魏超 5 år sedan
förälder
incheckning
d16b4cbdd3
2 ändrade filer med 12 tillägg och 0 borttagningar
  1. 6
    0
      src/pages/activity/groupActivity/list.jsx
  2. 6
    0
      src/pages/activity/helpActivity/list.jsx

+ 6
- 0
src/pages/activity/groupActivity/list.jsx Visa fil

@@ -91,6 +91,12 @@ const header = props => {
91 91
         if (records.activityStatus === 2) { return '已结束' }
92 92
       },
93 93
     },
94
+    {
95
+      title: '权重',
96
+      dataIndex: 'heavy',
97
+      key: 'heavy',
98
+      align: 'center',
99
+    },
94 100
     {
95 101
       title: '操作',
96 102
       dataIndex: 'handle',

+ 6
- 0
src/pages/activity/helpActivity/list.jsx Visa fil

@@ -84,6 +84,12 @@ const toEditGoods = (helpActivityId) => () => {
84 84
         if (records.activityStatus === 2) { return '已结束' }
85 85
       },
86 86
     },
87
+    {
88
+      title: '权重',
89
+      dataIndex: 'heavy',
90
+      key: 'heavy',
91
+      align: 'center',
92
+    },
87 93
     {
88 94
       title: '操作',
89 95
       dataIndex: 'handle',