src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_PV.ts
@@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-19 20:34:27 * @LastEditors: Ben Lin * @LastEditTime: 2024-06-27 20:40:25 * @LastEditTime: 2024-06-28 10:51:56 */ import { ActionItem, BasicColumn } from '/@/components/Table'; @@ -21,6 +21,10 @@ fixed: undefined, }; /** * @description: 一些自定义方法 * @return {*} */ const methods = { /** * @description: 获取新增按钮的行为 @@ -80,9 +84,9 @@ ], tableName: 'BAS_LABEL_PV', rowKey: 'VAR_CODE', searchInfo: {TABLE_NAME: 'BAS_LABEL_PV'} searchInfo: { TABLE_NAME: 'BAS_LABEL_PV' }, }); } }, }; return [methods, ActionColumn];