diff --git a/src/config/aside.ts b/src/config/aside.ts index 6e339ea..73e4bf3 100644 --- a/src/config/aside.ts +++ b/src/config/aside.ts @@ -72,28 +72,28 @@ export const asideMap: Recordable = { inFilterList: false, }, izcustomtype: { - label: '客户类型', + label: '拜访客户类型', defaultValue: null, isDefaultFilter: false, key: 'izcustomtype', component: IzCustomtype, }, izcustomlevel: { - label: '客户级别', + label: '拜访客户级别', defaultValue: null, isDefaultFilter: false, key: 'izcustomlevel', component: IzCustomlevel, }, izcustomname: { - label: '客户名称', + label: '拜访客户名称', defaultValue: null, isDefaultFilter: false, key: 'izcustomname', component: IzCustomname, }, izprojecttype: { - label: '项目类型', + label: '拜访项目类型', defaultValue: null, isDefaultFilter: false, key: 'izprojecttype', @@ -114,7 +114,7 @@ export const asideMap: Recordable = { component: IztaskstatusVue, }, izvisitpro: { - label: '拜访省份', + label: '拜访省份/直辖市', defaultValue: null, isDefaultFilter: false, key: 'izvisitpro',