Browse Source

装箱单面辅料页面布局

jbb 2 years ago
parent
commit
7d99043bb8

+ 2 - 2
src/views/packing-list/packinglist-fabrics/addFabricDrawer.vue

@@ -606,7 +606,7 @@ export default {
         {
           title: '单位',
           dataIndex: 'masterMetering',
-          width: 120,
+          width: 80,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -621,7 +621,7 @@ export default {
         {
           title: '总价',
           dataIndex: 'totalPrice',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },

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

@@ -385,21 +385,21 @@ export default {
         {
           title: '单位',
           dataIndex: 'masterMetering',
-          width: 120,
+          width: 80,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '价格',
           dataIndex: 'price',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '总价',
           dataIndex: 'totalPrice',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },