YangYuGang
2025-03-11 7462fd192326d7cf3418b6185ca437b2667cbeab
src/views/tigerprojects/wms/wms_item/index.vue
@@ -68,12 +68,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();