tangning 8 月之前
父节点
当前提交
a24037c8d3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/case/list.vue

+ 2 - 2
src/views/case/list.vue

@@ -164,13 +164,13 @@
         },
         {
           title: '人员编号',
-          dataIndex: 'nickName',
+          dataIndex: 'userName',
           ellipsis: true,
           width: 100,
         },
         {
           title: '姓名',
-          dataIndex: 'userName',
+          dataIndex: 'nickName',
           ellipsis: true,
           width: 100,
         },