| | |
| | | @change="handleChange" |
| | | placeholder="选择任务" |
| | | size="small" |
| | | class="w-250" |
| | | style="width: 160px" |
| | | :loading="fusionLoading" |
| | | > |
| | | <el-option |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | </el-row> |
| | | <div class="m-t-8">网格要素</div> |
| | | <div class="m-t-8">操作</div> |
| | | <el-row class="m-t-8"> |
| | | <el-button |
| | | type="primary" |
| | | class="el-button-custom" |
| | | size="small" |
| | | @click="handleRankClick" |
| | | > |
| | | {{ mixActive ? '取消' : '显示排名' }} |
| | | </el-button> |
| | | <CheckButton |
| | | active-text="取消融合" |
| | | inactive-text="隐藏融合" |
| | | :default-value="false" |
| | | @change="handleMixClick" |
| | | > |
| | | </CheckButton> |
| | | </el-row> |
| | | <div class="m-t-8">网格要素</div> |
| | | <el-row class="m-t-8"> |
| | | <CheckButton |
| | | active-text="显示网格" |
| | | inactive-text="隐藏网格" |
| | | :default-value="true" |
| | | @change="handleGridClick" |
| | | > |
| | | </CheckButton> |
| | | <!-- <el-button |
| | | type="primary" |
| | | class="el-button-custom" |
| | | size="small" |
| | | @click="handleGridClick" |
| | | > |
| | | {{ gridVisible ? '隐藏融合' : '显示融合' }} |
| | | </el-button> |
| | | </el-button> --> |
| | | <el-button |
| | | type="primary" |
| | | class="el-button-custom" |
| | |
| | | }); |
| | | } |
| | | |
| | | function handleMixClick(params) {} |
| | | |
| | | function handleGridClick() { |
| | | gridVisible.value = !gridVisible.value; |
| | | selectedfusionData.value.forEach((i) => { |