소스 검색

修改bug

chenrui 2 달 전
부모
커밋
92be0f345b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/reportData/allocationOrderTotal/list.vue

+ 1 - 1
src/views/reportData/allocationOrderTotal/list.vue

@@ -219,7 +219,7 @@ export default {
     columns () {
       const _this = this
       const arr = [
-        { title: '序号', dataIndex: 'no', width: '4%', align: 'center' },
+        { title: '序号', dataIndex: 'no', width: '6%', align: 'center' },
         { title: '调拨单号', dataIndex: 'allocateNo', width: '13%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '调拨开单日期', dataIndex: 'allocateDate', width: '13%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '客户名称', dataIndex: 'targetName', width: '20%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },