bug--商品规格权限标识修改
This commit is contained in:
@ -73,9 +73,9 @@
|
||||
return {
|
||||
|
||||
permission: {
|
||||
add: ['admin', 'storeProductRule:add'],
|
||||
edit: ['admin', 'storeProductRule:edit'],
|
||||
del: ['admin', 'storeProductRule:del']
|
||||
add: ['admin', 'yxStoreProductRule:add'],
|
||||
edit: ['admin', 'yxStoreProductRule:edit'],
|
||||
del: ['admin', 'yxStoreProductRule:del']
|
||||
},
|
||||
rules: {
|
||||
ruleName: [
|
||||
|
@ -21,7 +21,7 @@
|
||||
<span>{{ parseTime(scope.row.createTime) }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column v-permission="['admin','storeProductRule:edit','storeProductRule:del']" label="操作" width="150px" align="center">
|
||||
<el-table-column v-permission="['admin','yxStoreProductRule:edit','yxStoreProductRule:del']" label="操作" width="150px" align="center">
|
||||
<template slot-scope="scope">
|
||||
<udOperation
|
||||
:data="scope.row"
|
||||
@ -56,9 +56,9 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
permission: {
|
||||
add: ['admin', 'storeProductRule:add'],
|
||||
edit: ['admin', 'storeProductRule:edit'],
|
||||
del: ['admin', 'storeProductRule:del']
|
||||
add: ['admin', 'yxStoreProductRule:add'],
|
||||
edit: ['admin', 'yxStoreProductRule:edit'],
|
||||
del: ['admin', 'yxStoreProductRule:del']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user