king
2025-04-24 c041318b24b323c3b2a5551fd8034cb0a5f33855
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,