Browse Source

托书节点详情页去除集装箱代号字段

jbb 2 years ago
parent
commit
02e211ce2f
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/views/book/detailsBookDrawer.vue

+ 8 - 8
src/views/book/detailsBookDrawer.vue

@@ -345,14 +345,14 @@ export default {
           // fixed: 'left',
           className: 'replacecolor'
         },
-          {
-          title: '集装箱代号',
-          dataIndex: 'containerCode',
-          scopedSlots: { customRender: 'containerCode' },
-          width: 120,
-          ellipsis: true,
-          className: 'replacecolor'
-        },
+        //   {
+        //   title: '集装箱代号',
+        //   dataIndex: 'containerCode',
+        //   scopedSlots: { customRender: 'containerCode' },
+        //   width: 120,
+        //   ellipsis: true,
+        //   className: 'replacecolor'
+        // },
           {
           title: '单价',
           dataIndex: 'unitPrice',