配件类型管理
This commit is contained in:
parent
150ca02fdb
commit
f9e373cf1f
|
|
@ -111,7 +111,7 @@
|
|||
icon="el-icon-delete-solid"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-hasPermi="['machinery:type:edit']"
|
||||
v-if="scope.row.level==3 || scope.row.level==2"
|
||||
v-if="(!scope.row.children)"
|
||||
>
|
||||
删除
|
||||
</el-button>
|
||||
|
|
@ -151,6 +151,7 @@
|
|||
:disable-branch-nodes="false"
|
||||
placeholder="选择上级菜单"
|
||||
@select="onSelect"
|
||||
disabled
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue