From dfc3912906b847b4861928798d337e854c481820 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 24 五月 2024 16:01:57 +0800
Subject: [PATCH] 11

---
 src/views/project/medicalevaluation/index.vue |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/views/project/medicalevaluation/index.vue b/src/views/project/medicalevaluation/index.vue
index 19a75cc..5f68829 100644
--- a/src/views/project/medicalevaluation/index.vue
+++ b/src/views/project/medicalevaluation/index.vue
@@ -120,6 +120,16 @@
     <!--<el-table v-loading="loading" border :data="donatebaseinfoList">     -->
     <el-table v-loading="loading" border :data="VMedicalevaluation">
       <el-table-column
+        label="妗堜緥鏃堕棿"
+        align="center"
+        prop="donatetime"
+        width="120"
+      >
+        <template slot-scope="scope">
+          <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span>
+        </template>
+      </el-table-column>
+      <el-table-column
         label="鎶ュ憡鏃堕棿"
         align="center"
         prop="reporttime"
@@ -890,12 +900,12 @@
         "medicalevaluation",
         JSON.stringify(this.queryParams)
       );
-     
+
       // 璺宠浆鏃剁殑榛樿杩涘害
       if (e != null && e != undefined && !isNaN(e)) {
         this.queryParams.recordstate = e;
       }
-   
+
       if (this.starttime != "") {
         this.queryParams.starttime = this.starttime;
       }

--
Gitblit v1.9.3