Browse Source

更换字段

bding 1 year ago
parent
commit
e731c9b1bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/rai_manage/reportManage/components/yanXuanLable.js

+ 2 - 2
src/views/rai_manage/reportManage/components/yanXuanLable.js

@@ -132,12 +132,12 @@ export const AuthorTableColums = [
   },
   {
     label: "作者昵称",
-    key: "RealName",
+    key: "NickName",
     widthsty: 90,
   },
   {
     label: "姓名",
-    key: "NickName",
+    key: "RealName",
     widthsty: 90,
   },
   {