From 458a93ede3029f3527a985eee46bed5a716a8fe2 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Sun, 24 Mar 2024 10:59:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E5=AF=B9=E5=BA=94=E6=96=87=E5=AD=97=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/aside.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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',