zhujindu 1 rok temu
rodzic
commit
552105b22c
1 zmienionych plików z 25 dodań i 0 usunięć
  1. 25 0
      src/components/storeCode.vue

+ 25 - 0
src/components/storeCode.vue

@@ -47,6 +47,26 @@ export default {
       type: [String, Number],
       default: '',
     },
+    index5: {
+      type: [String, Number],
+      default: '',
+    },
+    index6: {
+      type: [String, Number],
+      default: '',
+    },
+    index7: {
+      type: [String, Number],
+      default: '',
+    },
+    index8: {
+      type: [String, Number],
+      default: '',
+    },
+    index9: {
+      type: [String, Number],
+      default: '',
+    },
     taskId: {
       type: String,
       default: '',
@@ -136,6 +156,11 @@ export default {
                         index2: that.index2,
                         index3: that.index3,
                         index4: that.index4,
+                        index5: that.index5,
+                        index6: that.index6,
+                        index7: that.index7,
+                        index8: that.index8,
+                        index9: that.index9,
                       });
                     }
                   });