From e897ef698ee48e2329cd8ffbe0e0f3d33f3ffb0e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 04 六月 2024 14:18:28 +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