瀏覽代碼

客户资料

傅行帆 5 年之前
父節點
當前提交
fd667694ce
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      src/pages/system/document/list.jsx

+ 3
- 3
src/pages/system/document/list.jsx 查看文件

@@ -81,10 +81,10 @@ function body(props) {
81 81
     },
82 82
     {
83 83
       title: '提交时间',
84
-      dataIndex: 'createDate',
85
-      key: 'createDate',
84
+      dataIndex: 'summitDate',
85
+      key: 'summitDate',
86 86
       align: 'center',
87
-      render: (createDate) => moment(createDate).format('YYYY-MM-DD HH:mm:ss')
87
+      render: (summitDate) => moment(summitDate).format('YYYY-MM-DD HH:mm:ss')
88 88
     },
89 89
 
90 90
     {