恢复安徽测试时隐藏的【保存】按钮

This commit is contained in:
2024-12-17 14:14:39 +08:00
parent ccd07ed110
commit 38aadcac32
3 changed files with 243 additions and 222 deletions

View File

@@ -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>