浏览代码

设备照片库中增加显示编号。

zhengqiang 4 年之前
父节点
当前提交
4f086d564b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/base/devicePhoto-list.vue

+ 5 - 0
src/views/base/devicePhoto-list.vue

@@ -38,6 +38,11 @@
                         </div>
                         </div>
                     </template>
                     </template>
                 </el-table-column>
                 </el-table-column>
+                <el-table-column
+                    prop="PersonID"
+                    label="编号"
+                    width="100">
+                </el-table-column>
                 <el-table-column
                 <el-table-column
                     prop="PersonName"
                     prop="PersonName"
                     label="姓名"
                     label="姓名"