代码更新

This commit is contained in:
2022-12-02 11:35:20 +08:00
parent 76679ba2a2
commit 8116559cdf
2 changed files with 5 additions and 5 deletions

View File

@@ -143,7 +143,7 @@
@select-all="onSelectAll"
>
<el-table-column
v-permission="['admin','checkoutbill:del','checkoutbill:edit']"
v-permission="['admin','ivtchange:del','ivtchange:edit']"
label="操作"
width="160"
align="center"
@@ -210,9 +210,9 @@ export default {
return {
height: document.documentElement.clientHeight - 180 + 'px;',
permission: {
add: ['admin', 'handmovestor:add'],
edit: ['admin', 'handmovestor:edit'],
del: ['admin', 'handmovestor:del']
add: ['admin', 'ivtchange:add'],
edit: ['admin', 'ivtchange:edit'],
del: ['admin', 'ivtchange:del']
},
work_flag: true,
confirm_flag: true,

View File

@@ -154,7 +154,7 @@
@select-all="onSelectAll"
>
<el-table-column
v-permission="['admin','checkoutbill:del','checkoutbill:edit']"
v-permission="['admin','handmovestor:del','handmovestor:edit']"
label="操作"
width="160"
align="center"