Browse Source

发送明细详情添加尺码字段

jbb 2 years ago
parent
commit
a28958478d
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/shipment-details/detailsShipDetDrawer.vue

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

@@ -142,12 +142,12 @@ export default {
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },
-        // {
-        //   title: '尺码',
-        //   dataIndex: 'size',
-        //   width: 100,
-        //   className: 'replacecolor'
-        // },
+        {
+          title: '尺码',
+          dataIndex: 'size',
+          width: 100,
+          className: 'replacecolor'
+        },
         {
           title: '配码规格',
           dataIndex: 'codingRules',