浏览代码

字段宽度调整

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: '规格型号',