预警后台-隐藏按钮-d8

This commit is contained in:
FrancisHu 2024-09-23 13:21:27 +08:00
parent 8b24a14adf
commit ac0db8a9d2
1 changed files with 2 additions and 9 deletions

View File

@ -114,17 +114,10 @@
</el-row> </el-row>
</el-form> </el-form>
<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 </div>-->
@click="
() => {
this.$emit('closeDialog')
}
"
>驳回</el-button -->
</div>
</div> </div>
</template> </template>