多幢前端页面报错
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -199,7 +199,7 @@ | ... | @@ -199,7 +199,7 @@ |
199 | </div> | 199 | </div> |
200 | <div class="sh-btn" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> | 200 | <div class="sh-btn" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> |
201 | <el-button type="primary" @click="lczz" v-show="workFlowphase == 'modify'">终止</el-button> | 201 | <el-button type="primary" @click="lczz" v-show="workFlowphase == 'modify'">终止</el-button> |
202 | <el-button type="primary" @click="thzd" v-show="rollbackDetails.length>0">退回</el-button> | 202 | <el-button type="primary" @click="thdz" v-show="rollbackDetails.length>0">退回</el-button> |
203 | <el-button type="primary" @click="onSubmit" :disabled="disabled" v-if="!workFlowState">提交</el-button> | 203 | <el-button type="primary" @click="onSubmit" :disabled="disabled" v-if="!workFlowState">提交</el-button> |
204 | <el-button type="primary" @click="shdz" v-if="workFlowState">审核</el-button> | 204 | <el-button type="primary" @click="shdz" v-if="workFlowState">审核</el-button> |
205 | </div> | 205 | </div> | ... | ... |
-
Please register or sign in to post a comment