Explorar el Código

fix:修改大赛报名预定物料包数量

zhubo@luojigou.vip hace 2 años
padre
commit
c18e5fa1b2
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/pages/competitionRegister/collectInformation.vue

+ 3 - 3
src/pages/competitionRegister/collectInformation.vue

@@ -213,9 +213,9 @@ export default {
         unit: "",
         unitPrincipal: "",
         materialList: [
-          { id: 1, materialName: "小班", number: 0, isShow: true },
-          { id: 2, materialName: "中班", number: 0, isShow: true },
-          { id: 3, materialName: "大班", number: 0, isShow: true },
+          { id: 1, materialName: "小班", number: 50, isShow: true },
+          { id: 2, materialName: "中班", number: 50, isShow: true },
+          { id: 3, materialName: "大班", number: 50, isShow: true },
         ],
         schoolList: [],
       },