技术监督计划实施问题详情隐藏dialog-footer按钮
This commit is contained in:
@@ -221,7 +221,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer v-if="openType!='detail'">
|
||||||
<div class="dialog-footer">
|
<div class="dialog-footer">
|
||||||
<el-button @click="close()">取消</el-button>
|
<el-button @click="close()">取消</el-button>
|
||||||
<el-button type="primary" @click="confirmForm()">确定</el-button>
|
<el-button type="primary" @click="confirmForm()">确定</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user