ソースを参照

出运明细详情页表格错位

jbb 2 年 前
コミット
146504b040

+ 1 - 1
src/views/shipment-details/detailsShipDetDrawer.vue

@@ -164,7 +164,7 @@ export default {
           title: '发货数量',
           dataIndex: 'shipmentQuantity',
           scopedSlots: { customRender: 'shipmentQuantity' },
-          // width: 120,
+          width: 120,
         },
 
       ],

+ 3 - 3
src/views/shipment-details/editShipDetDrawer.vue

@@ -273,9 +273,9 @@ export default {
           dataIndex: 'orderDate',
           width: 120,
           className: 'replacecolor',
-          // customRender: text => {
-          //   return moment(text).format('YYYY-MM-DD')
-          // }
+          customRender: text => {
+            return moment(text).format('YYYY-MM-DD')
+          }
         },
         
          {