This commit is contained in:
曹辉 2023-04-11 11:04:22 +08:00
parent 408ce552ac
commit ece9772167

View File

@ -562,9 +562,9 @@
</el-table>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="templesubmit"></el-button>
<el-button @click="templeopen=false"> </el-button>
<div style="display: flex;justify-content: space-evenly;">
<el-button type="primary" @click="templesubmit">同意</el-button>
<el-button @click="templeopen=false"></el-button>
</div>
</el-dialog>
</div>