Ben Lin
2025-03-11 41d7be9f68c423012e2688fd45301300e9bb3dab
src/views/tigerprojects/wms/wms_item/index.vue
@@ -12,6 +12,7 @@
              tooltip: '延期天数',
              ifShow: is_active,
              onClick: handleCheckStrictlyEdit.bind(null, record),
              name: '',
            },
          ]"
        />
@@ -68,12 +69,12 @@
    canResize: true,
    bordered: true,
    showIndexColumn: false,
    actionColumn: {
      width: 80,
      title: '操作',
      dataIndex: 'action',
      slots: { customRender: 'action' },
    },
    // actionColumn: {
    //   width: 80,
    //   title: '操作',
    //   dataIndex: 'action',
    //   slots: { customRender: 'action' },
    // },
    searchInfo: { ITEM_CODE },
  });
  const { setTitle } = useTabs();