This commit is contained in:
yanran200730
2022-01-18 13:47:37 +08:00
parent 920484cbd6
commit 392411fbbc
2 changed files with 6 additions and 5 deletions

View File

@@ -75,7 +75,7 @@
<el-button
type="primary"
icon="iconfont iconAdd"
:disabled="info.girdLevel != '1'"
:disabled="info.girdLevel === '3'"
@click="(isEdit = false), toAdd()"
>新增
</el-button>