Yansen 2 years ago
parent
commit
0e4a97df6f
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/pages/issue/index.jsx

+ 5
- 0
src/pages/issue/index.jsx View File

@@ -82,6 +82,11 @@ export default (props) => {
82 82
       title: "截止日期",
83 83
       dataIndex: "expireDate",
84 84
       hideInSearch: true,
85
+    },
86
+    {
87
+      title: "上报人",
88
+      dataIndex: "userName",
89
+      hideInSearch: true,
85 90
     }
86 91
   ];
87 92