|
|
@@ -213,8 +213,8 @@ const state = reactive({
|
|
|
exportConfig: {},
|
|
|
columns: [
|
|
|
{type: 'expand', width: 60, align: 'center', fixed: 'left'},
|
|
|
- {label: '消费站点', prop: 'stationId', width: 140, query: true, type: 'select', resizable: true},
|
|
|
- {label: '归属站点', prop: 'userStationId', width: 140, query: true, type: 'select', resizable: true},
|
|
|
+ {label: '消费站点', prop: 'stationId', width: 140, query: true, type: 'select', resizable: true, conf: {url: 'washStation/list', valueKey: 'stationId', labelKey: 'stationName'}},
|
|
|
+ {label: '归属站点', prop: 'userStationId', width: 140, query: true, type: 'select', resizable: true, conf: {url: 'washStation/list', valueKey: 'stationId', labelKey: 'stationName'}},
|
|
|
{width: 220, label: '订单号', prop: 'orderId', query: true, type: 'text', resizable: true, fixed: 'left'},
|
|
|
{width: 120, label: '用户手机号', prop: 'mobilePhone', query: true, type: 'text', fixed: 'left'},
|
|
|
{width: 100, label: '设备编号', prop: 'shortId', query: false, type: 'text', resizable: true},
|