魏超 5 years ago
parent
commit
f51e610ce5
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      src/pages/activity/drainage/DrainageVisitRecordList.jsx

+ 6
- 0
src/pages/activity/drainage/DrainageVisitRecordList.jsx View File

@@ -38,6 +38,12 @@ const header = props => {
38 38
    */
39 39
 
40 40
   const columns = [
41
+    {
42
+      title: '活动编号',
43
+      dataIndex: 'targetId',
44
+      key: 'targetId',
45
+      align: 'center',
46
+    },
41 47
     {
42 48
       title: '活动名称',
43 49
       dataIndex: 'activityName',