From b10795e18a07b9beb72f25406f26f42491828be5 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 22 十月 2024 09:20:19 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/PatientChart.vue |   29 ++++-------------------------
 1 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/src/views/patient/patient/PatientChart.vue b/src/views/patient/patient/PatientChart.vue
index 615b771..68f1271 100644
--- a/src/views/patient/patient/PatientChart.vue
+++ b/src/views/patient/patient/PatientChart.vue
@@ -252,7 +252,7 @@
             width="160"
           >
             <template slot-scope="scope">
-              <span>{{ parseTime(scope.row.archivetime) }}</span>
+              <span>{{ formatTime(scope.row.archivetime) }}</span>
             </template>
           </el-table-column>
           <el-table-column
@@ -500,7 +500,7 @@
               href="http://m.qpic.cn/psc?/V50ZTolo1AIhq00dqrJP2169QM2VHGTU/ruAMsa53pVQWN7FLK88i5qfmCJclyMduqqL6kjE4h7TXDAjimVtmLmTyGVfF4qlkyOISsYQ4Mxx705X2tkXEIUPrfCS4L4yK.f11SmO8Tq0!/b&bo=twb0AgAAAAADB2U!&rf=viewer_4"
               target="_blank"
             >
-              鏌ョ湅妯$増</el-link
+              鏌ョ湅妯℃澘</el-link
             >
           </div>
         </el-upload>
@@ -674,28 +674,7 @@
         },
       ],
 
-      cardlist: [
-        {
-          name: "鎮h�呮�绘暟",
-          value: 123,
-        },
-        {
-          name: "鍦ㄩ櫌鎮h��",
-          value: 23,
-        },
-        {
-          name: "绂婚櫌鎮h��",
-          value: 41,
-        },
-        {
-          name: "璇婄枟鎮h��",
-          value: 56,
-        },
-        {
-          name: "绂讳笘鎮h��",
-          value: 0,
-        },
-      ],
+
       // 琛ㄥ崟鍙傛暟
       form: {
         name: "",
@@ -963,7 +942,7 @@
     /** 涓嬭浇妯℃澘鎿嶄綔 */
     importTemplate() {
       this.download(
-        "system/user/importTemplate",
+        "smartor/import/getImportPatTemplate",
         {},
         `user_template_${new Date().getTime()}.xlsx`
       );

--
Gitblit v1.9.3