提交: 优化 批次管理 硬件数据库等 功能列表 的排序条件
This commit is contained in:
parent
e7149ea08b
commit
2614cb8e46
|
@ -296,6 +296,8 @@ export default {
|
||||||
differentCode: null,
|
differentCode: null,
|
||||||
vendorId: null,
|
vendorId: null,
|
||||||
batchCode: null,
|
batchCode: null,
|
||||||
|
isAsc: 'desc',
|
||||||
|
orderByColumn: 'createTime'
|
||||||
},
|
},
|
||||||
// 表单参数
|
// 表单参数
|
||||||
form: {},
|
form: {},
|
||||||
|
|
|
@ -368,6 +368,8 @@ export default {
|
||||||
uId: null,
|
uId: null,
|
||||||
serialNumber: null,
|
serialNumber: null,
|
||||||
devId: null,
|
devId: null,
|
||||||
|
isAsc: 'desc',
|
||||||
|
orderByColumn: 'createTime'
|
||||||
},
|
},
|
||||||
batchNumber: "",
|
batchNumber: "",
|
||||||
// 表单参数
|
// 表单参数
|
||||||
|
|
|
@ -410,6 +410,8 @@ export default {
|
||||||
otaUrl: null,
|
otaUrl: null,
|
||||||
txtUrl: null,
|
txtUrl: null,
|
||||||
otaInfo: null,
|
otaInfo: null,
|
||||||
|
isAsc: 'desc',
|
||||||
|
orderByColumn: 'createTime'
|
||||||
},
|
},
|
||||||
selectTableShow: false,
|
selectTableShow: false,
|
||||||
tableSelectOption: {},
|
tableSelectOption: {},
|
||||||
|
|
Loading…
Reference in New Issue