king
2025-02-19 1aa5654a0b51bb82948fff8bed77b166f25f11ea
src/tabviews/custom/components/module/invoice/subTable/index.jsx
@@ -89,7 +89,7 @@
    config.columns.forEach(item => {
      if (item.Hide === 'true') return
      _columns.push({
        align: 'center',
        align: 'left',
        dataIndex: item.field,
        title: item.label,
        sorter: false,