From b5a56d53e44c426fa188ba3e4e1db3eb779e2fd9 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 11 九月 2024 21:49:21 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/physical.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/patient/patient/physical.vue b/src/views/patient/patient/physical.vue
index aab929e..5ae808e 100644
--- a/src/views/patient/patient/physical.vue
+++ b/src/views/patient/patient/physical.vue
@@ -49,7 +49,7 @@
             <el-select
               v-model="queryParams.tagIds"
               multiple
-              filterable 
+              filterable
               placeholder="璇烽�夋嫨"
             >
               <el-option
@@ -187,10 +187,10 @@
             width="120"
           />
           <el-table-column
-            label="鑱旂郴鐢佃瘽锛堢己锛�"
+            label="鑱旂郴鐢佃瘽"
             align="center"
-            key="telephone"
-            prop="telephone"
+            key="telcode"
+            prop="telcode"
             width="120"
           />
           <el-table-column
@@ -257,7 +257,7 @@
             width="160"
           >
             <template slot-scope="scope">
-              <span>{{ parseTime(scope.row.createTime) }}</span>
+              <span>{{ formatTime(scope.row.createTime) }}</span>
             </template>
           </el-table-column>
           <el-table-column
@@ -267,7 +267,7 @@
             width="160"
           >
             <template slot-scope="scope">
-              <span>{{ parseTime(scope.row.createTime) }}</span>
+              <span>{{ formatTime(scope.row.createTime) }}</span>
             </template>
           </el-table-column>
           <el-table-column

--
Gitblit v1.9.3