소스 검색

字段宽度调整

jbb 2 년 전
부모
커밋
042a6b1689
1개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 4 5
      src/views/order/manualModal.vue

+ 4 - 5
src/views/order/manualModal.vue

@@ -119,21 +119,21 @@
         manualColumns:[
         {
           title: '销售订单账套号',
-          width: 140,
+          width: 110,
           dataIndex: 'account',
           className: 'replacecolor',
           ellipsis: true
         },
         {
           title: '销售订单号',
-          width: 120,
+          width: 110,
           dataIndex: 'orderNumber',
           className: 'replacecolor',
           ellipsis: true
         },
         {
           title: '销售订单行信息',
-          width: 140,
+          width: 110,
           dataIndex: 'irowNo',
           className: 'replacecolor',
           ellipsis: true
@@ -147,10 +147,9 @@
         },
         {
           title: '存货名称',
-          width: 120,
+          width: 190,
           dataIndex: 'inventoryName',
           className: 'replacecolor',
-          ellipsis: true
         },
         {
           title: '规格型号',