From edfece183c40c61bb9187f0146ca30485acdc6aa Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 07 八月 2024 15:55:29 +0800
Subject: [PATCH] 11
---
src/views/project/ethicalReview/index.vue | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/src/views/project/ethicalReview/index.vue b/src/views/project/ethicalReview/index.vue
index 262cadb..aa90495 100644
--- a/src/views/project/ethicalReview/index.vue
+++ b/src/views/project/ethicalReview/index.vue
@@ -123,7 +123,7 @@
:data="listnews"
border
>
- <el-table-column
+ <el-table-column
label="妗堜緥鏃堕棿"
align="center"
prop="donatetime"
@@ -151,17 +151,17 @@
<el-table-column
label="浼︾悊瀹℃煡缁撹"
align="center"
- prop="flowconclusion"
+ prop="expertconclusion"
width="100"
>
<template slot-scope="scope">
<dict-tag
:options="dict.type.sys_EthicalReview"
- :value="scope.row.flowconclusion"
+ :value="scope.row.expertconclusion"
/>
</template>
</el-table-column>
- <el-table-column label="瀹℃煡鎰忚" align="center" prop="flowcontent" />
+ <el-table-column label="瀹℃煡鎰忚" align="center" prop="expertopinion" />
<el-table-column
label="瀹℃煡鏃堕棿"
align="center"
@@ -751,10 +751,7 @@
this.loading = true;
this.queryParams.params = {};
sessionStorage.removeItem("ethicalReview");
- sessionStorage.setItem(
- "ethicalReview",
- JSON.stringify(this.queryParams)
- );
+ sessionStorage.setItem("ethicalReview", JSON.stringify(this.queryParams));
if (null != this.daterangeReporttime && "" != this.daterangeReporttime) {
this.queryParams.params[
--
Gitblit v1.9.3