瀏覽代碼

装箱单-面辅料-详情-表格宽度修改

jbb 2 年之前
父節點
當前提交
d7c3135198
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/packing-list/packinglist-fabrics/detailsFabricDrawer.vue

+ 5 - 5
src/views/packing-list/packinglist-fabrics/detailsFabricDrawer.vue

@@ -152,7 +152,7 @@ export default {
         {
           title: '计划单号',
           dataIndex: 'planLotNumber',
-          width: 160,
+          width: 120,
           // fixed: 'left',
           className: 'replacecolor',
           ellipsis: true,
@@ -380,28 +380,28 @@ export default {
         {
           title: '超发',
           dataIndex: 'excessQuantity',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '单位',
           dataIndex: 'masterMetering',
-          width: 80,
+          width: 70,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '价格',
           dataIndex: 'price',
-          width: 100,
+          width: 70,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '总价',
           dataIndex: 'totalPrice',
-          width: 100,
+          width: 90,
           className: 'replacecolor',
           ellipsis: true,
         },