|
@@ -7,7 +7,7 @@
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<el-button v-if="showFastPush" type="primary" @click="flushIntoDM">提前进入{{ nextStepName }}</el-button>
|
|
<el-button v-if="showFastPush" type="primary" @click="flushIntoDM">提前进入{{ nextStepName }}</el-button>
|
|
- <el-button v-if="showForceAdjustSend" type="primary" @click="jumpForceAdjust">进入强制调剂</el-button>
|
|
|
|
|
|
+ <el-button v-if="showForceAdjustSend" type="primary" @click="jumpForceAdjust">进入{{ nextStepName }}</el-button>
|
|
<el-button v-else-if="showSend" type="primary" @click="pushGeneration">发送</el-button>
|
|
<el-button v-else-if="showSend" type="primary" @click="pushGeneration">发送</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>
|