king
2023-11-05 947d0ed1a628353f42ac4c2aa817a4579cdf126d
src/menu/datasource/verifycard/index.jsx
@@ -659,7 +659,7 @@
      let _debugId = md5(r.sql)
      if (r.custompage && _columns.findIndex(col => col.field === 'mk_total') === -1) {
      if (r.custompage && setting.laypage === 'true' && _columns.findIndex(col => col.field === 'mk_total') === -1) {
        Modal.warning({
          title: `数据源或自定义脚本中使用自定义分页排序时,请在字段集中添加 mk_total。`,
          okText: '知道了',