|
@@ -262,13 +262,13 @@ export default {
|
|
|
requestUrl: "",
|
|
|
selectionType: "select",
|
|
|
comparison: "saleNumber",
|
|
|
- columnIndexs: [0, 1, 2, 3, 4, 9, 10, 11, 12, 13, 14, 15, 16, 17]
|
|
|
+ columnIndexs: [0,1,2,7,8,9, 10, 11, 12, 13, 14, 15, 16, 17]
|
|
|
},
|
|
|
option2: {
|
|
|
// 表格请求数据的地址
|
|
|
requestUrl: "",
|
|
|
comparison: "saleNumber",
|
|
|
- columnIndexs: [0, 1, 2, 3, 8, 9, 10, 11, 12, 13, 14, 15, 16]
|
|
|
+ columnIndexs: [0,1,6,7,8, 9, 10, 11, 12, 13, 14, 15, 16]
|
|
|
},
|
|
|
option4: {
|
|
|
// 表格请求数据的地址
|
|
@@ -277,8 +277,8 @@ export default {
|
|
|
columnIndexs: [
|
|
|
0,
|
|
|
1,
|
|
|
- 2,
|
|
|
- 3,
|
|
|
+ 6,
|
|
|
+ 7,
|
|
|
8,
|
|
|
9,
|
|
|
10,
|
|
@@ -301,9 +301,7 @@ export default {
|
|
|
comparison: "saleNumber",
|
|
|
columnIndexs: [
|
|
|
0,
|
|
|
- 1,
|
|
|
- 2,
|
|
|
- 3,
|
|
|
+ 6,
|
|
|
7,
|
|
|
8,
|
|
|
9,
|