From ea250f6b8112c42a6ade134ff6b26367bce2c0cf Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 25 三月 2025 10:34:29 +0800
Subject: [PATCH] 修改bug

---
 src/views/safetyReview/projectManage/components/chooseExpert.vue |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/views/safetyReview/projectManage/components/chooseExpert.vue b/src/views/safetyReview/projectManage/components/chooseExpert.vue
index 61dfcf2..04ae93a 100644
--- a/src/views/safetyReview/projectManage/components/chooseExpert.vue
+++ b/src/views/safetyReview/projectManage/components/chooseExpert.vue
@@ -9,13 +9,17 @@
             placeholder="请输入专家总人数"
             style="width: 150px;"
             @input="queryParams.num = queryParams.num.replace(/[^1-9]/g,'')"
-            :disabled="!state.isAble || state.newProgress >=3"
+            :disabled="!state.isAble || state.newProgress >=3 "
 
         >
         </el-input>
       </div>
       <div class="fTop">
-        <span style="font-size: 14px;">专家组组长</span>
+        <div style="font-size: 16px;display: flex;align-items: center">
+          专家组组长
+          <el-icon style="margin-left: 10px;margin-right: 4px;margin-top: 2px;color: #FE8E8A"><InfoFilled /></el-icon>
+          <span style="font-size: 14px;color: #FE8E8A">仅专家组组长允许固定选取,仅允许固定选取1人</span>
+        </div>
         <el-button type="primary"  :disabled="state.info.step == 4 || state.isAdmin" style="width: 120px;margin-bottom: 10px" @click="chooseExpert('选取专家')">选取专家组组长</el-button>
       </div>
       <el-table v-loading="fLoading"  :data="fixedDataList" :border="true" ref="fTableRef" style="width: 100%;">
@@ -40,7 +44,11 @@
       </el-table>
     </div>
     <div style="display: flex;flex-direction: column">
-      <span style="font-weight: 600">随机选用部分</span>
+      <div style="display: flex;align-items: center">
+        <span style="font-weight: 600">随机选用部分</span>
+        <el-icon style="margin-left: 10px;margin-right: 4px;margin-top: 2px;color: #FE8E8A"><InfoFilled /></el-icon>
+        <span style="font-size: 14px;color: #FE8E8A">随机人数为 {{queryParams.num-1}} 的5倍,可根据实际情况删除至 {{queryParams.num-1}} 人</span>
+      </div>
       <el-form :model="queryParams" ref="queryForm" :inline="true" style="margin-top: 10px" label-width="90px">
         <el-row :gutter="24">
           <el-col :span="8">

--
Gitblit v1.9.2