From 0ac2d43fce4d74f6eea5a51a2e16af4e6a536c7c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 14 八月 2024 14:19:24 +0800
Subject: [PATCH] 11
---
src/views/project/relativesconfirmation/index.vue | 24 ++++++++++++++++++------
1 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/src/views/project/relativesconfirmation/index.vue b/src/views/project/relativesconfirmation/index.vue
index af87770..848122b 100644
--- a/src/views/project/relativesconfirmation/index.vue
+++ b/src/views/project/relativesconfirmation/index.vue
@@ -85,7 +85,7 @@
</el-col>
<el-col :span="12">
- <el-form-item label="鎶ュ憡鏃ユ湡">
+ <el-form-item label="纭鏃堕棿">
<el-date-picker
style="width: 100%"
v-model="selecttime"
@@ -118,7 +118,17 @@
</el-form>
<el-table v-loading="loading" border :data="listnewRelativesconfirm">
<el-table-column
- label="鎶ュ憡鏃堕棿"
+ 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"
width="120"
@@ -186,7 +196,7 @@
type="text"
icon="el-icon-refrigerator"
@click="handledownload(scope.row)"
- v-if="scope.row.recordstate == '6'"
+ v-if="scope.row.workflow == '6'"
>涓嬭浇</el-button
>
<!-- <el-button
@@ -1113,7 +1123,9 @@
// this.nationality =res.data
// })
if (sessionStorage.getItem("relativesconfirmation")) {
- this.queryParams = JSON.parse(sessionStorage.getItem("relativesconfirmation"));
+ this.queryParams = JSON.parse(
+ sessionStorage.getItem("relativesconfirmation")
+ );
console.log(this.queryParams, "queryParams");
}
this.getuserlist();
@@ -1590,10 +1602,10 @@
path: "/organ/donationdetails/",
query: {
id: row.id,
- organType: "edit",
+ organType: "edit"
}
});
- return ;
+ return;
console.log("ppppppp", row);
this.showSaveBtn = false;
this.flowname = "瀹跺睘纭鐧昏";
--
Gitblit v1.9.3