魏熙美 5 lat temu
rodzic
commit
f1d1776fa7
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      src/pages/activity/editActivity.jsx

+ 2
- 2
src/pages/activity/editActivity.jsx Wyświetl plik

98
       },
98
       },
99
       {
99
       {
100
         label: '活动人数',
100
         label: '活动人数',
101
-        name: 'enlistNum',
101
+        name: 'personNum',
102
         type: FieldTypes.Text,
102
         type: FieldTypes.Text,
103
-        value: dynamicData.enlistNum,
103
+        value: dynamicData.personNum,
104
         rules: [
104
         rules: [
105
           { required: true, message: '请输入活动人数' },
105
           { required: true, message: '请输入活动人数' },
106
         ]
106
         ]