| | |
| | | { |
| | | title: "是否拆盘", |
| | | field: "isSplitPallet", |
| | | type: "checkbox", |
| | | type: "select", |
| | | dataKey: "isTrue", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "是否组盘", |
| | | field: "isGroupPallet", |
| | | type: "checkbox", |
| | | type: "select", |
| | | dataKey: "isTrue", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "假电芯模式", |
| | | field: "isInFakeBatteryMode", |
| | | type: "checkbox", |
| | | type: "select", |
| | | dataKey: "isTrue", |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "是否扫码NG", |
| | | field: "isScanNG", |
| | | type: "checkbox", |
| | | type: "select", |
| | | dataKey: "isTrue", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "电芯是否到位", |
| | | field: "batteryArrived", |
| | | type: "checkbox", |
| | | type: "select", |
| | | dataKey: "isTrue", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "消息已订阅", |
| | | field: "isEventSubscribed", |
| | | type: "checkbox", |
| | | type: "select", |
| | | dataKey: "isTrue", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |