|
@@ -109,6 +109,17 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+ <template v-else-if="'userStationId'===field.prop">
|
|
|
|
|
+ <div class="flex-align-items-center text-align-center">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ {{ row.userStationId }}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <hr/>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ {{ row.userStationName }}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </template>
|
|
|
<template v-else-if="field.prop==='discountType'">
|
|
<template v-else-if="field.prop==='discountType'">
|
|
|
<ext-d-label type="Activity.discountType" :model-value="row[field.prop]"></ext-d-label>
|
|
<ext-d-label type="Activity.discountType" :model-value="row[field.prop]"></ext-d-label>
|
|
|
</template>
|
|
</template>
|
|
@@ -198,7 +209,8 @@ const state = reactive({
|
|
|
exportConfig: {},
|
|
exportConfig: {},
|
|
|
columns: [
|
|
columns: [
|
|
|
{type: 'expand', width: 60, align: 'center', fixed: 'left'},
|
|
{type: 'expand', width: 60, align: 'center', fixed: 'left'},
|
|
|
- {label: '站点', prop: 'stationId', width: 140,query: true, type: 'select', resizable: true,conf:{url:'washStation/list',labelKey:'stationName',valueKey:'stationId',dataKey:'list'}},
|
|
|
|
|
|
|
+ {label: '消费站点', prop: 'stationId', width: 140,query: true, type: 'select', resizable: true},
|
|
|
|
|
+ {label: '归属站点', prop: 'userStationId', width: 140,query: true, type: 'select', resizable: true},
|
|
|
{width: 220, label: '订单号', prop: 'orderId', query: true, type: 'text', resizable: true, fixed: 'left'},
|
|
{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: 120, label: '用户手机号', prop: 'mobilePhone', query: true, type: 'text', fixed: 'left'},
|
|
|
{width: 100, label: '设备编号', prop: 'shortId', query: false, type: 'text', resizable: true},
|
|
{width: 100, label: '设备编号', prop: 'shortId', query: false, type: 'text', resizable: true},
|