隐藏按钮
This commit is contained in:
parent
55c8edbd5b
commit
33b63e0f5d
|
|
@ -118,22 +118,6 @@
|
|||
<!-- <div style="display: flex; justify-content: right">
|
||||
<el-button type="danger" @click="onReturn">驳回</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>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue