|
@@ -73,6 +73,7 @@ const loading = ref(false)
|
|
const formFields = ref([
|
|
const formFields = ref([
|
|
{ label: t('pages.journal.file'), model: 'file', custom: true },
|
|
{ label: t('pages.journal.file'), model: 'file', custom: true },
|
|
{ label: t('pages.journal.name'), model: 'name' },
|
|
{ label: t('pages.journal.name'), model: 'name' },
|
|
|
|
+ { label: t('pages.journal.sort'), model: 'sort', type: 'number' },
|
|
{ label: t('pages.journal.is_use'), model: 'is_use', type: 'radio' },
|
|
{ label: t('pages.journal.is_use'), model: 'is_use', type: 'radio' },
|
|
{ label: t('pages.journal.brief'), model: 'brief', type: 'textarea' }
|
|
{ label: t('pages.journal.brief'), model: 'brief', type: 'textarea' }
|
|
])
|
|
])
|