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/ethicalReview/index.vue         |   10 ++++++++++
 src/views/project/relativesconfirmation/index.vue |   10 ++++++++++
 src/views/project/medicalevaluation/index.vue     |   14 ++++++++++++--
 src/views/project/donationwitness/index.vue       |   10 ++++++++++
 4 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/src/views/project/donationwitness/index.vue b/src/views/project/donationwitness/index.vue
index 53ba2a5..a6bbd22 100644
--- a/src/views/project/donationwitness/index.vue
+++ b/src/views/project/donationwitness/index.vue
@@ -134,6 +134,16 @@
       border
       :data="donatebaseinfoList"
     >
+    <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"
diff --git a/src/views/project/ethicalReview/index.vue b/src/views/project/ethicalReview/index.vue
index 3cc0263..09c2291 100644
--- a/src/views/project/ethicalReview/index.vue
+++ b/src/views/project/ethicalReview/index.vue
@@ -123,6 +123,16 @@
       :data="listnews"
       border
     >
+    <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="name" width="120" />
       <el-table-column label="骞撮緞" align="center" prop="age" width="100" />
       <el-table-column label="鎬у埆" align="center" prop="sex" width="100">
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;
       }
diff --git a/src/views/project/relativesconfirmation/index.vue b/src/views/project/relativesconfirmation/index.vue
index af87770..1ca42ca 100644
--- a/src/views/project/relativesconfirmation/index.vue
+++ b/src/views/project/relativesconfirmation/index.vue
@@ -118,6 +118,16 @@
     </el-form>
     <el-table v-loading="loading" border :data="listnewRelativesconfirm">
       <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"

--
Gitblit v1.9.3