{
        dataIndex: 'datasourceType',
        title: formatMessage({ id: 'datasource.type', defaultMessage: '数据源类型' }),
        sorter: (a, b) => a.datasourceType > b.datasourceType ? 1 : -1
   },

  

相关文章:

  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-11-12
  • 2021-07-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2021-12-04
  • 2021-07-13
相关资源
相似解决方案