src/views/tigerprojects/system/lowcode/entityts/V_BAS_PROD.ts
@@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-19 20:34:27 * @LastEditors: Ben Lin * @LastEditTime: 2024-06-22 22:20:05 * @LastEditTime: 2024-06-24 15:50:03 */ import { ActionItem, BasicColumn } from '/@/components/Table'; @@ -48,7 +48,7 @@ * @description: 获取新增按钮的行为 * @return {*} */ CreateAction: () => { CreateAction: (fnName: string) => { return { action: 'drawer', //drawer(打开左侧抽屉框) | go(跳转到新的页面) }; @@ -66,6 +66,9 @@ }, ]; }, OthersValues: (val: string, id: string) => { return { RSNG_CODE: val }; }, }; return [methods, ActionColumn];