4851d73a by lihua

fix

1 parent 5393850b
...@@ -2363,6 +2363,9 @@ const rejectDialogBtnClick = (btn, info) => { ...@@ -2363,6 +2363,9 @@ const rejectDialogBtnClick = (btn, info) => {
2363 <!-- <el-button @click="btnClick({ value: 'draft' })" 2363 <!-- <el-button @click="btnClick({ value: 'draft' })"
2364 v-if="route.query.type == 'add' || route.query.type == 'edit'">保存草稿</el-button> --> 2364 v-if="route.query.type == 'add' || route.query.type == 'edit'">保存草稿</el-button> -->
2365 <el-button type="primary" @click="btnClick({ value: 'submit' })">提交流程</el-button> 2365 <el-button type="primary" @click="btnClick({ value: 'submit' })">提交流程</el-button>
2366 </div>
2367 </div>
2368 <div class="tool_btns" v-else-if="detailType == 'detail'">
2366 <div class="btns"> 2369 <div class="btns">
2367 <el-button v-for="btn in toolBtns" :type="btn.type" :plain="btn.plain" @click="btnClick(btn)">{{ btn.label 2370 <el-button v-for="btn in toolBtns" :type="btn.type" :plain="btn.plain" @click="btnClick(btn)">{{ btn.label
2368 }}</el-button> 2371 }}</el-button>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!