代码更新

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

View File

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