技术监督计划实施问题详情隐藏dialog-footer按钮

This commit is contained in:
zhujiyan
2024-05-22 19:55:43 +08:00
parent e666784f2d
commit 1afc303fcd

View File

@@ -221,7 +221,7 @@
</el-col>
</el-row>
</el-form>
<template #footer>
<template #footer v-if="openType!='detail'">
<div class="dialog-footer">
<el-button @click="close()">取消</el-button>
<el-button type="primary" @click="confirmForm()">确定</el-button>