Procházet zdrojové kódy

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

jbb před 2 roky
rodič
revize
d7c3135198

+ 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,
         },