Browse Source

预托书-页面修改

jbb 1 year ago
parent
commit
84a7acb94c
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/views/pre-book/preBookList.vue

+ 8 - 8
src/views/pre-book/preBookList.vue

@@ -256,14 +256,14 @@ export default {
         // { title: 'nottfy', dataIndex: 'nottfy', width: 150, className: 'replacecolor' },
         { title: '目的港', dataIndex: 'destinationPort', width: 140, className: 'replacecolor', ellipsis: true, },
         // { title: '装运期限', dataIndex: 'latestDateOfShipment', width: 120, className: 'replacecolor' },
-        {
-          title: '单据状态',
-          dataIndex: 'theDocumentsState',
-          width: 90,
-          scopedSlots: { customRender: 'documentStateSlot' },
-          fixed: 'right',
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '单据状态',
+        //   dataIndex: 'theDocumentsState',
+        //   width: 90,
+        //   scopedSlots: { customRender: 'documentStateSlot' },
+        //   fixed: 'right',
+        //   className: 'replacecolor'
+        // },
         {
           title: '操作',
           dataIndex: 'operation',