|
@@ -72,7 +72,7 @@
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="240" v-if="tableButtonType">
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="240" v-if="tableButtonType">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div class="button-box">
|
|
<div class="button-box">
|
|
- <p v-show="scope.row.cabinetLockList[0]&&$store.state.settings.smartAlarmType == 1" class="table-min-button" style="margin-right:10px;" v-hasPermi="['laboratory:hardware10:list']" @click="pageToggle(4,scope.row)">智能锁</p>
|
|
|
|
|
|
+ <p v-show="scope.row.cabinetLockList[0]&&$store.state.settings.smartAlarmType == 1" class="table-min-button" style="margin-right:10px;" v-hasPermi="['chemical:locklog2:list']" @click="pageToggle(4,scope.row)">智能锁</p>
|
|
<p class="table-min-button" style="margin-right:10px;" v-hasPermi="['chemical:hxpCabinet:joinList']" @click="pageToggle(3,scope.row)">化学品</p>
|
|
<p class="table-min-button" style="margin-right:10px;" v-hasPermi="['chemical:hxpCabinet:joinList']" @click="pageToggle(3,scope.row)">化学品</p>
|
|
<el-dropdown @command="moreClick" v-hasPermi="['chemical:hxpCabinet:query','chemical:hxpCabinet:edit','chemical:hxpCabinet:remove']">
|
|
<el-dropdown @command="moreClick" v-hasPermi="['chemical:hxpCabinet:query','chemical:hxpCabinet:edit','chemical:hxpCabinet:remove']">
|
|
<p class="table-min-button">更多>></p>
|
|
<p class="table-min-button">更多>></p>
|