修改bug

This commit is contained in:
‘937886381’
2024-04-12 14:27:51 +08:00
parent 4866198a98
commit 6050eb4df5
10 changed files with 165 additions and 154 deletions

View File

@@ -1,14 +1,15 @@
<!--
* @Author: Do not edit
* @Date: 2023-12-13 14:10:04
* @LastEditTime: 2024-03-29 09:43:52
* @LastEditTime: 2024-04-12 14:21:34
* @LastEditors: zhp
* @Description:
-->
<template>
<div>
<el-row style="float: right; margin-bottom: 5px">
<el-button v-if="!edit" :disabled="noData" size="small" @click="edit = true">编辑</el-button>
<el-button v-if="!edit && this.$auth.hasPermi('base:report-auto-original-glass:update')" :disabled="noData"
size="small" @click="edit = true">编辑</el-button>
<el-button v-if="edit" size="small" @click="handleReturn()">返回</el-button>
<el-button v-if="edit" size="small" @click="updateData">保存</el-button>
</el-row>