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