|
@@ -164,7 +164,7 @@
|
|
<div class="page-footer">
|
|
<div class="page-footer">
|
|
<div class="footer">
|
|
<div class="footer">
|
|
<el-button type="primary" @click="clickSubmitForm('OK')">审批通过</el-button>
|
|
<el-button type="primary" @click="clickSubmitForm('OK')">审批通过</el-button>
|
|
- <el-button type="warning" @click="clickSubmitForm('FAIL')">审批驳回</el-button>
|
|
|
|
|
|
+ <el-button type="warning" @click="clickSubmitForm('SAVE')">审批驳回</el-button>
|
|
<el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
|
|
<el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
|
|
<el-button slot="reference">关 闭</el-button>
|
|
<el-button slot="reference">关 闭</el-button>
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|