|
@@ -173,7 +173,7 @@ const formFields = ref([
|
|
|
{ label: t('pages.match.tags'), model: 'tags', custom: true },
|
|
|
{ label: t('pages.match.type'), model: 'type', type: 'select' },
|
|
|
{ label: t('pages.match.match_type'), model: 'match_type', type: 'radio' },
|
|
|
- { label: t('pages.match.href'), model: 'href' },
|
|
|
+ { label: t('pages.match.href'), model: 'href', display: () => form.value.match_type == '1' },
|
|
|
{ label: t('pages.match.work'), model: 'work' },
|
|
|
{ label: t('pages.match.industry'), model: 'industry', type: 'select' },
|
|
|
{ label: t('pages.match.form'), model: 'form', type: 'select' },
|