From 9f5b4e23bbca058ecef83397ff95dbe0fed7bd5e Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 08 四月 2025 14:02:05 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/medtechnician/PatientChart.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/patient/medtechnician/PatientChart.vue b/src/views/patient/medtechnician/PatientChart.vue index f274342..f21143c 100644 --- a/src/views/patient/medtechnician/PatientChart.vue +++ b/src/views/patient/medtechnician/PatientChart.vue @@ -158,13 +158,18 @@ :show-overflow-tooltip="true" /> <el-table-column - label="寰呴殢璁�/鎬讳换鍔$粍" + label="鎬讳换鍔�/宸查殢璁�" align="center" key="nickName" + width="120" prop="nickName" > <template slot-scope="scope"> - <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span> + <span + >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{ + scope.row.yfs + }}</span + > </template> </el-table-column> <el-table-column -- Gitblit v1.9.3