|
@@ -192,6 +192,7 @@ const loading = ref(false)
|
|
const formFields = ref([
|
|
const formFields = ref([
|
|
{ label: t('pages.match.name'), model: 'name' },
|
|
{ label: t('pages.match.name'), model: 'name' },
|
|
{ label: t('pages.match.type'), model: 'type', type: 'select' },
|
|
{ label: t('pages.match.type'), model: 'type', type: 'select' },
|
|
|
|
+ { label: t('pages.match.work'), model: 'work' },
|
|
{ label: t('pages.match.industry'), model: 'industry', type: 'select' },
|
|
{ label: t('pages.match.industry'), model: 'industry', type: 'select' },
|
|
{ label: t('pages.match.form'), model: 'form', type: 'select' },
|
|
{ label: t('pages.match.form'), model: 'form', type: 'select' },
|
|
{ label: t('pages.match.money'), model: 'money' },
|
|
{ label: t('pages.match.money'), model: 'money' },
|