|
@@ -10,7 +10,7 @@
|
|
<el-button v-if="showForceAdjustSend" type="primary" @click="jumpForceAdjust">
|
|
<el-button v-if="showForceAdjustSend" type="primary" @click="jumpForceAdjust">
|
|
进入{{ generation.options.forceAdjust.title }}
|
|
进入{{ generation.options.forceAdjust.title }}
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button v-else-if="showSend" type="primary" @click="pushGeneration">发送</el-button>
|
|
|
|
|
|
+ <el-button v-else-if="showSend" type="primary" @click="pushGeneration">开启{{ nextStepName }}</el-button>
|
|
<el-button v-if="showRankBalance" type="primary" @click="jumpRankBalance">排名均衡</el-button>
|
|
<el-button v-if="showRankBalance" type="primary" @click="jumpRankBalance">排名均衡</el-button>
|
|
<el-button v-if="showClassDispatch" type="primary" @click="terminateAndJumpDispatch">选科分班</el-button>
|
|
<el-button v-if="showClassDispatch" type="primary" @click="terminateAndJumpDispatch">选科分班</el-button>
|
|
<!--<el-button v-else type="primary" @click="jumpDispatch">选科分班</el-button>-->
|
|
<!--<el-button v-else type="primary" @click="jumpDispatch">选科分班</el-button>-->
|
|
@@ -30,8 +30,10 @@
|
|
<script>
|
|
<script>
|
|
import {
|
|
import {
|
|
applyElectiveDMAlgorithm,
|
|
applyElectiveDMAlgorithm,
|
|
- flushIntoGenerationDM, jumpGenerationForceAdjust,
|
|
|
|
- jumpGenerationRankBalance, pushGenerationSetting,
|
|
|
|
|
|
+ flushIntoGenerationDM,
|
|
|
|
+ jumpGenerationForceAdjust,
|
|
|
|
+ jumpGenerationRankBalance,
|
|
|
|
+ pushGenerationSetting,
|
|
terminateGeneration
|
|
terminateGeneration
|
|
} from '@/api/webApi/elective/generation'
|
|
} from '@/api/webApi/elective/generation'
|
|
import config from '@/common/mx-config'
|
|
import config from '@/common/mx-config'
|