|
@@ -69,7 +69,7 @@
|
|
|
>化学品</p>
|
|
|
<p class="table-button-p"
|
|
|
@click="tableButton(4,scope.row)"
|
|
|
- v-hasPermiRouter="['demo:demo:edit']"
|
|
|
+ v-hasPermiRouter="['chemical:lockLog:list']"
|
|
|
>开门记录</p>
|
|
|
<el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)"
|
|
|
v-hasPermiRouter="['cabinet:info:edit','cabinet:info:del']">
|
|
@@ -122,7 +122,7 @@
|
|
|
},
|
|
|
data () {
|
|
|
return {
|
|
|
- tableButtonType:this.hasPermiDom(['cabinet:info:edit','cabinet:info:del','door:stock:list']),
|
|
|
+ tableButtonType:this.hasPermiDom(['cabinet:info:edit','chemical:lockLog:list','cabinet:info:del','door:stock:list']),
|
|
|
//页面状态
|
|
|
pageType:1,
|
|
|
//页面遮罩
|