dingxin 5 vuotta sitten
vanhempi
commit
2da569a48c
1 muutettua tiedostoa jossa 7 lisäystä ja 7 poistoa
  1. 7
    7
      src/pages/carouselFigure/advertisingList.jsx

+ 7
- 7
src/pages/carouselFigure/advertisingList.jsx Näytä tiedosto

@@ -55,13 +55,13 @@ const toEdit = (contentId) => () => {
55 55
       align: 'center',
56 56
       render: (contentType) => <span>{ contentType === 'project' ? '项目' : contentType === 'activity' ? '活动' : contentType === 'news' ? '资讯' : contentType === 'other' ? '其他' : contentType === 'help' ? '助力' : contentType === 'group' ? '拼团' : '' }</span>
57 57
     },
58
-    {
59
-      title: '发布位置',
60
-      dataIndex: 'showPosition',
61
-      key: 'showPosition',
62
-      align: 'center',
63
-      render: (showPosition) => <span>{ showPosition === 'index' ? '首页' : showPosition === 'mall' ? '商城' : '' }</span>
64
-    },
58
+    // {
59
+    //   title: '发布位置',
60
+    //   dataIndex: 'showPosition',
61
+    //   key: 'showPosition',
62
+    //   align: 'center',
63
+    //   render: (showPosition) => <span>{ showPosition === 'index' ? '首页' : showPosition === 'mall' ? '商城' : '' }</span>
64
+    // },
65 65
     {
66 66
       title: '发布时间',
67 67
       dataIndex: 'createDate',