From 4cf6b258a3b390bb89ef4f02d3bb6a7a4d261e85 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 20 六月 2025 14:10:24 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/index.vue | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue index eefb062..8f7db1a 100644 --- a/src/views/patient/patient/index.vue +++ b/src/views/patient/patient/index.vue @@ -209,11 +209,15 @@ key="age" prop="age" width="160" - > <template slot-scope="scope"> - <span v-if="scope.row.age">{{ scope.row.age }}{{scope.row.ageUnit }}</span><span v-if="scope.row.age2">{{ scope.row.age2 }}{{scope.row.ageUnit2 }}</span> - - </template> - </el-table-column> + > + <template slot-scope="scope"> + <span v-if="scope.row.age" + >{{ scope.row.age }}{{ scope.row.ageUnit }}</span + ><span v-if="scope.row.age2" + >{{ scope.row.age2 }}{{ scope.row.ageUnit2 }}</span + > + </template> + </el-table-column> <el-table-column label="鍑虹敓骞存湀" align="center" @@ -968,7 +972,7 @@ allhosp: "1", pageSize: 10, searchscope: 2, - notrequiredFlag:0, + notrequiredFlag: 0, tagname: "", idcardno: undefined, name: undefined, -- Gitblit v1.9.3