tangning il y a 8 mois
Parent
commit
a24037c8d3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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,
         },