装备类型管理
This commit is contained in:
parent
0ecafb4654
commit
e6c16c24e7
|
|
@ -144,7 +144,7 @@
|
||||||
/>
|
/>
|
||||||
<el-table-column label="操作" align="center" width="180">
|
<el-table-column label="操作" align="center" width="180">
|
||||||
<template slot-scope="scope" v-if="scope.row.typeId !== 1">
|
<template slot-scope="scope" v-if="scope.row.typeId !== 1">
|
||||||
<el-button
|
<!-- <el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
|
|
@ -152,7 +152,7 @@
|
||||||
v-hasPermi="['machinery:type:config']"
|
v-hasPermi="['machinery:type:config']"
|
||||||
>
|
>
|
||||||
配置
|
配置
|
||||||
</el-button>
|
</el-button>-->
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue