|
@@ -121,8 +121,7 @@ export default {
|
|
|
outEndDate: '',
|
|
|
orderBillNo: ''
|
|
|
},
|
|
|
- // 表头
|
|
|
- columns: [
|
|
|
+ columns: [// 表头
|
|
|
{ title: '序号', dataIndex: 'no', width: '5%', align: 'center' },
|
|
|
{ title: '下单时间', dataIndex: 'orderDate', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '取货时间', dataIndex: 'outDate', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|