Explorar el Código

字段宽度调整

jbb hace 2 años
padre
commit
042a6b1689
Se han modificado 1 ficheros con 4 adiciones y 5 borrados
  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: '规格型号',