魏超 5 年 前
コミット
f51e610ce5
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6
    0
      src/pages/activity/drainage/DrainageVisitRecordList.jsx

+ 6
- 0
src/pages/activity/drainage/DrainageVisitRecordList.jsx ファイルの表示

@@ -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',