恢复安徽测试时隐藏的【保存】按钮
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
<template #footer>
|
||||
<div class='dialog-footer'>
|
||||
<el-button @click='close()'>取消</el-button>
|
||||
<!-- <el-button type="primary" @click="confirmForm(true)" :loading="loading">保存</el-button>-->
|
||||
<el-button type='primary' @click='confirmForm(true)' :loading='loading'>保存</el-button>
|
||||
<el-button type='primary' @click='confirmForm(false)' :loading='loading'>提交审批</el-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user