From 3b7fcf5ea471f6cb388f86d0732b8ece47a3cefc Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期一, 29 十二月 2025 21:05:58 +0800
Subject: [PATCH] 页面更新
---
src/views/business/ethicalReview/ethicalReviewInfo.vue | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/views/business/ethicalReview/ethicalReviewInfo.vue b/src/views/business/ethicalReview/ethicalReviewInfo.vue
index c89aa93..b9a7f8f 100644
--- a/src/views/business/ethicalReview/ethicalReviewInfo.vue
+++ b/src/views/business/ethicalReview/ethicalReviewInfo.vue
@@ -180,7 +180,7 @@
<el-card class="expert-card">
<div slot="header" class="clearfix">
<span class="detail-title"
- >涓撳瀹℃煡鎯呭喌 (18浣嶄笓瀹� + 1浣嶄富浠讳笓瀹�)</span
+ >涓撳瀹℃煡鎯呭喌 (18浣嶄笓瀹� + 1浣嶄富濮斾笓瀹�)</span
>
<div style="float: right;">
<el-button
@@ -197,7 +197,7 @@
@click="handleSendToChiefExpert"
:disabled="!canSendToChiefExpert"
>
- 鍙戦�佷富浠讳笓瀹�
+ 鍙戦�佷富濮斾笓瀹�
</el-button>
<el-button
size="mini"
@@ -223,7 +223,7 @@
</el-col>
<el-col :span="6">
<div class="stat-item">
- <span class="stat-label">涓讳换涓撳鐘舵��:</span>
+ <span class="stat-label">涓诲涓撳鐘舵��:</span>
<span class="stat-value">{{ chiefExpertStatus }}</span>
</div>
</el-col>
@@ -268,7 +268,7 @@
size="mini"
type="danger"
style="margin-left: 5px;"
- >涓讳换</el-tag
+ >涓诲</el-tag
>
</template>
</el-table-column>
@@ -276,7 +276,7 @@
<el-table-column label="涓撳绫诲瀷" width="100" align="center">
<template slot-scope="scope">
<span :class="scope.row.isChief ? 'chief-expert' : 'normal-expert'">
- {{ scope.row.isChief ? "涓讳换涓撳" : "涓撳" }}
+ {{ scope.row.isChief ? "涓诲涓撳" : "涓撳" }}
</span>
</template>
</el-table-column>
@@ -371,7 +371,7 @@
<el-form-item label="涓撳绫诲瀷" prop="expertType">
<el-radio-group v-model="sendForm.expertType">
<el-radio label="normal">涓撳</el-radio>
- <el-radio label="chief">涓讳换涓撳</el-radio>
+ <el-radio label="chief">涓诲涓撳</el-radio>
</el-radio-group>
</el-form-item>
<el-form-item
@@ -624,7 +624,7 @@
expertOpinion: "",
reviewTime: ""
},
- // 涓讳换涓撳锛�1浣嶏級
+ // 涓诲涓撳锛�1浣嶏級
{
id: 19,
expertName: "瀛斿績娑�",
@@ -653,7 +653,7 @@
{ id: 1, name: "寮犳暀鎺�", type: "normal" },
{ id: 2, name: "鏉庢暀鎺�", type: "normal" },
{ id: 3, name: "鐜嬫暀鎺�", type: "normal" },
- { id: 4, name: "璧典富浠�", type: "chief" }
+ { id: 4, name: "璧典富濮�", type: "chief" }
]
};
},
@@ -664,7 +664,7 @@
expert => !expert.isChief && expert.expertConclusion === "approved"
).length;
},
- // 璁$畻灞炴�э細涓讳换涓撳鐘舵��
+ // 璁$畻灞炴�э細涓诲涓撳鐘舵��
chiefExpertStatus() {
const chiefExpert = this.expertReviews.find(expert => expert.isChief);
return chiefExpert
@@ -708,7 +708,7 @@
).length > 0
);
},
- // 鏄惁鍙互鍙戦�佺粰涓讳换涓撳锛堥渶瑕佽嚦灏�12涓笓瀹跺悓鎰忥級
+ // 鏄惁鍙互鍙戦�佺粰涓诲涓撳锛堥渶瑕佽嚦灏�12涓笓瀹跺悓鎰忥級
canSendToChiefExpert() {
return (
this.approvedNormalExperts >= 12 &&
@@ -801,10 +801,10 @@
expertOpinion: "",
reviewTime: ""
},
- // 涓讳换涓撳锛�1浣嶏級
+ // 涓诲涓撳锛�1浣嶏級
{
id: 19,
- expertName: "璧典富浠�",
+ expertName: "璧典富濮�",
isChief: true,
reviewStatus: "applying",
expertConclusion: "",
@@ -913,7 +913,7 @@
this.sendDialogVisible = true;
},
- // 鍙戦�佺粰涓讳换涓撳
+ // 鍙戦�佺粰涓诲涓撳
handleSendToChiefExpert() {
const chiefExpert = this.expertReviews.find(
expert => expert.isChief && expert.reviewStatus === "applying"
@@ -1030,7 +1030,7 @@
<div>
<p><strong>涓撳濮撳悕锛�</strong>${expert.expertName}</p>
<p><strong>涓撳绫诲瀷锛�</strong>${
- expert.isChief ? "涓讳换涓撳" : "涓撳"
+ expert.isChief ? "涓诲涓撳" : "涓撳"
}</p>
<p><strong>瀹℃煡鐘舵�侊細</strong>${this.statusTextFilter(
expert.reviewStatus
@@ -1522,7 +1522,7 @@
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
-/* 涓讳换涓撳琛岄珮浜� */
+/* 涓诲涓撳琛岄珮浜� */
:deep(.chief-expert-row) {
background-color: #fff7e6 !important;
}
--
Gitblit v1.9.3