From 97a5910af08625c9f95877c15f0a34c2efba18fa Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Thu, 19 Mar 2026 09:16:07 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=8F=96=E6=B6=88=E5=91=98=E5=B7=A5?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=91=98=E5=B7=A5?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E5=91=98=E5=B7=A5=E4=BF=A1=E6=81=AF-?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=8C=87=E4=BB=A4=EF=BC=9A=E5=91=98=E5=B7=A5?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=94=B9=E4=B8=BA=E5=88=86=E7=B1=BB=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=EF=BC=8C=E6=9F=A5=E8=AF=A2=E5=86=85=E5=AE=B9=E4=B8=BA?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E5=B7=B2=E6=B7=BB=E5=8A=A0=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=EF=BC=8C=E5=85=B6=E4=BD=99=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E5=9D=87=E4=B8=8E=E4=B9=8B=E5=89=8D=E4=BF=9D=E6=8C=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4=202=E3=80=81=E9=95=BF=E8=80=85=E4=BF=A1=E6=81=AF-?= =?UTF-8?q?=E6=A3=80=E7=B4=A2=E6=9D=A1=E4=BB=B6=EF=BC=9A=E5=A7=93=E5=90=8D?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E9=95=BF=E8=80=85=E5=A7=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biz/bizEmployeesInfo/BizEmployeesInfo.data.ts | 15 ++++++++++++++- src/views/elder/elderinfo/ElderInfoList.vue | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/views/biz/bizEmployeesInfo/BizEmployeesInfo.data.ts b/src/views/biz/bizEmployeesInfo/BizEmployeesInfo.data.ts index 357f4cd..721fa17 100644 --- a/src/views/biz/bizEmployeesInfo/BizEmployeesInfo.data.ts +++ b/src/views/biz/bizEmployeesInfo/BizEmployeesInfo.data.ts @@ -262,7 +262,20 @@ export const superQuerySchema = { regional: { title: '区域', order: 32, view: 'text', type: 'string' }, serviceTag: { title: '指令标签', order: 33, view: 'text', type: 'string' }, }; - +//列表数据 +export const serviceTagcolumns: BasicColumn[] = [ + { + title: '指令标签名称', + align: "center", + dataIndex: 'tagName', + width:'50%' + }, + { + title: '备注', + align: "center", + dataIndex: 'description' + }, +]; //列表数据 export const flbqColums: BasicColumn[] = [ { diff --git a/src/views/elder/elderinfo/ElderInfoList.vue b/src/views/elder/elderinfo/ElderInfoList.vue index 2978903..15091a1 100644 --- a/src/views/elder/elderinfo/ElderInfoList.vue +++ b/src/views/elder/elderinfo/ElderInfoList.vue @@ -21,7 +21,7 @@ - +