Browse Source

文件共享-审批人,创建时间字段更新

lxh 1 year ago
parent
commit
8fb5df1fd8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/vent/performance/fileDetail/fileDetail.data.ts

+ 2 - 2
src/views/vent/performance/fileDetail/fileDetail.data.ts

@@ -38,12 +38,12 @@ export const columns: BasicColumn[] = [
   },
   {
     title: '当前审批人',
-    dataIndex: 'approveBy',
+    dataIndex: 'createBy',
     width: 120,
   },
   {
     title: '上传时间',
-    dataIndex: 'createDt',
+    dataIndex: 'createTime',
   },
 ];