魏熙美 преди 5 години
родител
ревизия
b23ce42b56
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1
    1
      src/pages/activity/groupActivity/list.jsx
  2. 1
    1
      src/pages/carouselFigure/editAdvertising.jsx
  3. 1
    1
      src/pages/carouselFigure/editCarousel.jsx

+ 1
- 1
src/pages/activity/groupActivity/list.jsx Целия файл

@@ -268,7 +268,7 @@ const handleSubmit = (e, props) => {
268 268
       </AuthButton>
269 269
       <Table dataSource={data.records} columns={columns} pagination={false} rowKey="activityList"/>
270 270
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
271
-        <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} />
271
+        <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} current={data.current} />
272 272
       </div>
273 273
     </>
274 274
   )

+ 1
- 1
src/pages/carouselFigure/editAdvertising.jsx Целия файл

@@ -94,7 +94,7 @@ import SelectGroup from './SelectGroup';
94 94
         name: 'contentType',
95 95
         type: FieldTypes.Select,
96 96
         dict: [{
97
-          label: '活动',
97
+          label: '常规活动',
98 98
           value: 'activity'
99 99
         },
100 100
         {

+ 1
- 1
src/pages/carouselFigure/editCarousel.jsx Целия файл

@@ -112,7 +112,7 @@ const { MonthPicker, RangePicker, WeekPicker } = DatePicker;
112 112
           name: 'contentType',
113 113
           type: FieldTypes.Select,
114 114
           dict: [{
115
-            label: '活动',
115
+            label: '常规活动',
116 116
             value: 'activity',
117 117
           },
118 118
           {