|
@@ -53,11 +53,10 @@ let limit: number = proxy.$limit;
|
|
|
// 列表
|
|
|
let fields: Ref<any[]> = ref([
|
|
|
{ label: '类型', model: 'type', format: (i) => getDict(i, 'type'), isSearch: true, type: 'select' },
|
|
|
- { label: '企业名称', model: 'company', isSearch: true },
|
|
|
+ { label: '信息标题', model: 'company', isSearch: true },
|
|
|
{ label: '联系人', model: 'contact', isSearch: true },
|
|
|
{ label: '手机号', model: 'phone', isSearch: true },
|
|
|
{ label: '电子邮箱', model: 'email' },
|
|
|
- { label: 'qq&微信', model: 'qqwx' },
|
|
|
{ label: '状态', model: 'status', format: (i) => getDict(i, 'status'), isSearch: true, type: 'select' }
|
|
|
]);
|
|
|
// 操作
|