隐藏按钮

This commit is contained in:
jjLv 2024-09-23 14:59:58 +08:00
parent 55c8edbd5b
commit 33b63e0f5d
1 changed files with 0 additions and 16 deletions

View File

@ -118,22 +118,6 @@
<!-- <div style="display: flex; justify-content: right"> <!-- <div style="display: flex; justify-content: right">
<el-button type="danger" @click="onReturn">驳回</el-button> <el-button type="danger" @click="onReturn">驳回</el-button>
<el-button type="success" @click="onSubmit">同意</el-button> --> <el-button type="success" @click="onSubmit">同意</el-button> -->
<!-- <el-button
@click="
() => {
this.$emit('closeDialog')
}
"
>驳回</el-button -->
<!-- </div> -->
<div style="display: flex; justify-content: right">
<el-button type="success"
@click="
() => {
this.$emit('closeDialogAll')
}
">确定</el-button>
</div>
</div> </div>
</template> </template>