|
@@ -69,7 +69,7 @@
|
|
|
|
|
|
<el-dialog title="审核" :visible.sync="dialogVisible" width="80%" :close-on-click-modal="false" @close="closeDia">
|
|
|
<component :is="componentUrl" :taskList="taskList" ref="componentSH"></component>
|
|
|
- <el-dialog width="60%" :title="subTitle + '审核'" :visible.sync="innerVisible" :close-on-click-modal="false"
|
|
|
+ <el-dialog width="60%" :title="subTitle" :visible.sync="innerVisible" :close-on-click-modal="false"
|
|
|
append-to-body center @close="qx()">
|
|
|
<el-form :model="subForm" :rules="subFormRules" label-width="100px" ref="extaskform">
|
|
|
<el-form-item label="审核意见">
|
|
@@ -83,7 +83,7 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<span slot="footer" class="dialog-footer" v-if="taskList.status == 0">
|
|
|
- <el-button v-if="checkPermi(['task:instaction:approve'])" type="primary" @click="submitBtn('同意')">审核通过</el-button>
|
|
|
+ <el-button v-if="checkPermi(['task:instaction:approve'])" type="primary" @click="submitBtn('审核通过')">审核通过</el-button>
|
|
|
<el-button v-if="checkPermi(['task:instaction:reject'])" type="warning" @click="submitBtn('驳回')">驳回</el-button>
|
|
|
<!-- <el-button v-if="checkPermi(['task:instaction:goback'])" type="danger" @click="submitBtn('退回')">退回</el-button> -->
|
|
|
</span>
|