diff --git a/src/views/biz/bizEmployeesInfo/BizEmployeesInfo.data.ts b/src/views/biz/bizEmployeesInfo/BizEmployeesInfo.data.ts index 286eabb..c7c65c5 100644 --- a/src/views/biz/bizEmployeesInfo/BizEmployeesInfo.data.ts +++ b/src/views/biz/bizEmployeesInfo/BizEmployeesInfo.data.ts @@ -189,7 +189,7 @@ export const columns: BasicColumn[] = [ dataIndex: 'regional' }, { - title: '服务标签', + title: '指令标签', align: "center", dataIndex: 'serviceTag' }, @@ -230,7 +230,7 @@ export const superQuerySchema = { qualification: {title: '资质证',order: 30,view: 'image', type: 'string',}, noCrimeCertificate: {title: '无犯罪证明',order: 31,view: 'image', type: 'string',}, regional: {title: '区域',order: 32,view: 'text', type: 'string',}, - serviceTag: {title: '服务标签',order: 33,view: 'text', type: 'string',}, + serviceTag: {title: '指令标签',order: 33,view: 'text', type: 'string',}, }; @@ -239,7 +239,7 @@ export const superQuerySchema = { //列表数据 export const serviceTagcolumns: BasicColumn[] = [ { - title: '服务标签名称', + title: '指令标签名称', align: "center", dataIndex: 'tagName', width:'50%' @@ -268,7 +268,7 @@ export const employeesTagcolumns: BasicColumn[] = [ }, }, { - title: '服务标签名称', + title: '指令标签名称', align: "center", dataIndex: 'tagName', width:'50%' diff --git a/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue b/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue index 7add2ce..d253aeb 100644 --- a/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue +++ b/src/views/biz/bizEmployeesInfo/BizEmployeesInfoList.vue @@ -96,9 +96,9 @@ @@ -122,7 +122,7 @@ - + @@ -213,7 +213,7 @@ function handleFpzh(item) { }) } -//分配服务标签 +//分配指令标签 function handleFwbq(info) { registerServiceTagModal.value.disableSubmit = false; registerServiceTagModal.value.init(info); diff --git a/src/views/biz/bizEmployeesInfo/components/RolePermissionDrawer.vue b/src/views/biz/bizEmployeesInfo/components/RolePermissionDrawer.vue index cb2ed57..824c29c 100644 --- a/src/views/biz/bizEmployeesInfo/components/RolePermissionDrawer.vue +++ b/src/views/biz/bizEmployeesInfo/components/RolePermissionDrawer.vue @@ -1,7 +1,7 @@