| | |
| | | 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%;"> |
| | |
| | | </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"> |