Browse Source

异常列表新增检查员信息

zhangjie 2 years ago
parent
commit
6457ebbe60
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/record/views/LibraryManage.vue

+ 1 - 0
src/modules/record/views/LibraryManage.vue

@@ -157,6 +157,7 @@
         <el-table-column prop="path" label="文件名称">
           <span slot-scope="scope">{{ scope.row.path | fileNameFilter }}</span>
         </el-table-column>
+        <el-table-column prop="loginName" label="检查员账号"></el-table-column>
         <el-table-column prop="createTime" label="创建时间" width="170">
           <span slot-scope="scope">{{
             scope.row.createTime | timestampFilter