Ben Lin
2024-06-25 7d26ed0e19bf952e7c037b21bfd687759b46e851
src/views/tigerprojects/system/lowcode/entityts/BAS_PKG_RULE.ts
@@ -4,10 +4,11 @@
 * @version:
 * @Date: 2024-06-19 20:34:27
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-06-22 20:38:07
 * @LastEditTime: 2024-06-25 18:31:56
 */
import { ActionItem, BasicColumn } from '/@/components/Table';
import { isNullOrUnDef } from '/@/utils/is';
import { buildUUID } from '/@/utils/uuid';
function _default() {
@@ -61,7 +62,9 @@
     * @return {*}
     */
    ActionItem: (params: Recordable<any>, data, ...args): ActionItem[] => {
      data[0].onClick = pkgGrpEdit.bind(null, args[5], params);
      if (!isNullOrUnDef(data[0])) {
        data[0].onClick = pkgGrpEdit.bind(null, args[5], params);
      }
      return data;
    },
  };