Browse Source

修改bug

chenrui 2 years ago
parent
commit
2ecf50e521

+ 1 - 2
src/views/numsGoodsShelves/settlementManagement/unSettlementDetail.vue

@@ -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 || '--' } },