Browse Source

修改表格时间

bding 1 year ago
parent
commit
031a7883db
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

@@ -45,7 +45,7 @@ export const TableColums = (type) => {
         },
         {
           label: "提交审核时间",
-          key: "CreateTime",
+          key: "PublishTime",
           widthsty: 160,
         },
       ]
@@ -114,7 +114,7 @@ export const TableColums = (type) => {
         },
         {
           label: "审核时间",
-          key: "ModifyTime",
+          key: "CreateTime",
           widthsty: 160,
         },
         {