加入权限控制
parent
9e4a84822a
commit
6cb2ea9645
|
|
@ -91,16 +91,20 @@
|
|||
<template #default="scope">
|
||||
<router-link :to="'/erp/product/product-category-properties?searchId=' + scope.row.id"
|
||||
v-hasPermi="['erp:product-category-properties:query']"
|
||||
v-show="scope.row.status === 0"
|
||||
>
|
||||
<el-button link type="primary">属性</el-button>
|
||||
<el-button link type="primary"
|
||||
>属性</el-button>
|
||||
</router-link>
|
||||
<router-link :to="'/erp/product/product-category-fault?searchId=' + scope.row.id"
|
||||
v-hasPermi="['erp:product-category-fault:query']"
|
||||
v-show="scope.row.status === 0"
|
||||
>
|
||||
<el-button link type="primary">故障</el-button>
|
||||
</router-link>
|
||||
<router-link :to="'/erp/product/product-category-part?searchId=' + scope.row.id"
|
||||
v-hasPermi="['erp:product-category-part:query']"
|
||||
v-show="scope.row.status === 0"
|
||||
>
|
||||
<el-button link type="primary">部位</el-button>
|
||||
</router-link>
|
||||
|
|
|
|||
Loading…
Reference in New Issue