heyang 11 months ago
parent
commit
1c926f5219

+ 2 - 2
src/views/chemicalManage/basicManagement/chemicalsCabinetManage/index.vue

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

+ 1 - 0
src/views/chemicalManage/inventoryManagement/takeRecord/index.vue

@@ -123,6 +123,7 @@
               <span>{{ parseTime(scope.row.outTime,"{y}-{m}-{d} {h}:{i}") }}</span>
               <span>{{ parseTime(scope.row.outTime,"{y}-{m}-{d} {h}:{i}") }}</span>
             </template>
             </template>
           </el-table-column>
           </el-table-column>
+          <el-table-column label="归属人" prop="belongName" width="100" show-overflow-tooltip/>
           <el-table-column label="操作人" prop="outUserName" width="100" show-overflow-tooltip/>
           <el-table-column label="操作人" prop="outUserName" width="100" show-overflow-tooltip/>
           <el-table-column label="双人认证" prop="content" width="180" show-overflow-tooltip>
           <el-table-column label="双人认证" prop="content" width="180" show-overflow-tooltip>
             <template slot-scope="scope">
             <template slot-scope="scope">