From d16b3153519f745f81cbf565fd990fc3c95c9a8d Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 13 Mar 2026 10:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/elder/elderinfo/ElderInfo.data.ts | 18 ++++++++++++++++-- src/views/elder/elderinfo/ElderInfoList.vue | 16 ++++++++-------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/src/views/elder/elderinfo/ElderInfo.data.ts b/src/views/elder/elderinfo/ElderInfo.data.ts index 81a0e6a..1ef6afc 100644 --- a/src/views/elder/elderinfo/ElderInfo.data.ts +++ b/src/views/elder/elderinfo/ElderInfo.data.ts @@ -21,12 +21,12 @@ export const columns: BasicColumn[] = [ dataIndex: 'name', }, { - title: '性别', + title: '长者性别', align: 'center', dataIndex: 'sex', }, { - title: '年龄', + title: '长者年龄', align: 'center', dataIndex: 'age', }, @@ -57,6 +57,7 @@ export const auditHisColumns: BasicColumn[] = [ title: 'NUID', align: 'center', dataIndex: 'nuId', + width: 100, }, { title: '护理单元', @@ -67,6 +68,7 @@ export const auditHisColumns: BasicColumn[] = [ title: '长者姓名', align: 'center', dataIndex: 'name', + width: 100, }, { title: '性别', @@ -84,6 +86,7 @@ export const auditHisColumns: BasicColumn[] = [ title: '监护人姓名', align: 'center', dataIndex: 'guardianName', + width: 100, }, // { // title: '关系', @@ -94,6 +97,17 @@ export const auditHisColumns: BasicColumn[] = [ title: '监护人电话', align: 'center', dataIndex: 'guardianPhone', + width: 140, + }, + { + title: '审核类型', + align: 'center', + dataIndex: 'guardianPhone', + customRender: function ({ text }) { + return '变更'; + }, + width: 100, + }, { title: '审核时间', diff --git a/src/views/elder/elderinfo/ElderInfoList.vue b/src/views/elder/elderinfo/ElderInfoList.vue index aaa1b91..7c651a3 100644 --- a/src/views/elder/elderinfo/ElderInfoList.vue +++ b/src/views/elder/elderinfo/ElderInfoList.vue @@ -154,14 +154,14 @@ function getTableAction(record) { label: '详情', onClick: handleDetail.bind(null, record), }, - { - label: '护理流程', - onClick: handleHllc.bind(null, record), - }, - { - label: '优先派单', - onClick: handleAssignCaregiver.bind(null, record), - } + // { + // label: '护理流程', + // onClick: handleHllc.bind(null, record), + // }, + // { + // label: '优先派单', + // onClick: handleAssignCaregiver.bind(null, record), + // } ]; }