zs 7 mesi fa
parent
commit
24a88351c7

+ 1 - 1
src/views/information/parts/platform/demand.vue

@@ -83,7 +83,7 @@ const fields = [
   { label: t('pages.demand.name'), model: 'name', isSearch: true },
   { label: t('pages.demand.industry'), model: 'industry', isSearch: true, type: 'select' },
   { label: t('pages.demand.tags'), model: 'tags', isSearch: true, format: (i) => getDict(i, 'tags') },
-  { label: t('pages.demand.field'), model: 'field', isSearch: true },
+  { label: t('pages.demand.field'), model: 'field', type: 'select', isSearch: true },
   { label: t('pages.demand.company'), model: 'company', isSearch: true },
   { label: t('pages.demand.year'), model: 'year' },
   { label: t('pages.demand.is_use'), model: 'is_use', custom: true, format: (i) => getDict(i, 'is_use') },

+ 1 - 1
src/views/information/parts/platform/supply.vue

@@ -83,7 +83,7 @@ const fields = [
   { label: t('pages.supply.name'), model: 'name', isSearch: true },
   { label: t('pages.supply.industry'), model: 'industry', isSearch: true, type: 'select' },
   { label: t('pages.supply.tags'), model: 'tags', isSearch: true, format: (i) => getDict(i, 'tags') },
-  { label: t('pages.supply.field'), model: 'field', isSearch: true },
+  { label: t('pages.supply.field'), model: 'field', type: 'select', isSearch: true },
   { label: t('pages.supply.source'), model: 'source', isSearch: true },
   // { label: t('pages.supply.money'), model: 'money' },
   { label: t('pages.supply.is_use'), model: 'is_use', custom: true, format: (i) => getDict(i, 'is_use') },