|
@@ -49,7 +49,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
<a-form-item label="投递方式" :label-col="{ span:7 }" :wrapper-col="{ span:17}">
|
|
<a-form-item label="投递方式" :label-col="{ span:7 }" :wrapper-col="{ span:17}">
|
|
- <v-select code="ENABLE_FLAG" v-model="queryParam.loginFlag" allowClear placeholder="请选择投递方式" id="releaseRecordList-customerMobile"></v-select>
|
|
|
|
|
|
+ <v-select code="ENABLE_FLAG" v-model="queryParam.loginFlag" allowClear placeholder="请选择投递方式" id="releaseRecordList-loginFlag"></v-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
</a-row>
|
|
</a-row>
|
|
@@ -134,7 +134,7 @@ export default {
|
|
{ title: '网点名称', dataIndex: 'stationName', width: 200, align: 'center' },
|
|
{ title: '网点名称', dataIndex: 'stationName', width: 200, align: 'center' },
|
|
{ title: '设备编号', dataIndex: 'srcDeviceCode', width: 200, align: 'center' },
|
|
{ title: '设备编号', dataIndex: 'srcDeviceCode', width: 200, align: 'center' },
|
|
{ title: '用户账号', dataIndex: 'customerMobile', width: 200, align: 'center' },
|
|
{ title: '用户账号', dataIndex: 'customerMobile', width: 200, align: 'center' },
|
|
- { title: '投递方式', dataIndex: 'customerMobile', width: 200, align: 'center' },
|
|
|
|
|
|
+ { title: '投递方式', dataIndex: '', width: 200, align: 'center' },
|
|
{ title: '本次兑换乐豆(个)', dataIndex: 'goldNum', width: 100, align: 'center' },
|
|
{ title: '本次兑换乐豆(个)', dataIndex: 'goldNum', width: 100, align: 'center' },
|
|
{ title: '内置各箱体投放重量(g)',
|
|
{ title: '内置各箱体投放重量(g)',
|
|
children: [
|
|
children: [
|