|
@@ -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') },
|