|
|
@@ -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,
|
|
|
});
|
|
|
}
|
|
|
});
|