From 55c064ecee35b2fb81ce27ba2a5ab52adf647c85 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 24 四月 2025 16:17:39 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/index.vue |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index f6d51ee..ca5563d 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -207,8 +207,12 @@
                 align="center"
                 key="age"
                 prop="age"
-                width="60"
-              />
+                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>
               <el-table-column
                 label="鍑虹敓骞存湀"
                 align="center"
@@ -963,7 +967,7 @@
         allhosp: "1",
         pageSize: 10,
         searchscope: 2,
-        tagname:'',
+        tagname: "",
         idcardno: undefined,
         name: undefined,
         status: undefined,
@@ -1085,7 +1089,7 @@
     },
     RiskMarker(row) {
       this.RiskVisible = true;
-      this.RiskObj=row;
+      this.RiskObj = row;
     },
 
     // 鍙栨秷鎸夐挳
@@ -1115,13 +1119,13 @@
     /** 閲嶇疆鎸夐挳鎿嶄綔 */
     resetQuery() {
       this.dateRange = [];
-      this.queryParams= {
+      (this.queryParams = {
         pageNum: 1,
         allhosp: "1",
         pageSize: 10,
         searchscope: 2,
-      },
-      this.handleQuery();
+      }),
+        this.handleQuery();
     },
     // 澶氶�夋閫変腑鏁版嵁
     handleSelectionChange(selection) {
@@ -1140,7 +1144,6 @@
     handleUpdate(row) {
       const userIds = row.id || this.ids;
       particularpatient(userIds).then((response) => {
-        console.log(response);
         this.form = response.data;
       });
       this.amendtag = true;
@@ -1201,14 +1204,13 @@
       });
     },
     RiskService() {
-
       this.RiskObj.visitFlag = this.Risklist.join(", ");
       this.RiskObj.visitType = this.Riskradio;
       alterpatient(this.RiskObj).then((res) => {
-        if (res.code==200) {
+        if (res.code == 200) {
           this.getList();
-          this.Risklist=[];
-          this.Riskradio=1;
+          this.Risklist = [];
+          this.Riskradio = 1;
           this.$modal.msgSuccess("寮傚父璁板綍鎴愬姛");
         }
       });

--
Gitblit v1.9.3