Ben Lin
2024-07-06 44ef538691b8be0fd925ca80c49157bad14962e8
src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
@@ -4,7 +4,7 @@
 * @version:
 * @Date: 2024-06-19 20:34:27
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-06-23 23:42:04
 * @LastEditTime: 2024-06-28 10:53:28
 */
import { Tag, Tooltip } from 'ant-design-vue';
@@ -26,6 +26,11 @@
    slots: { customRender: 'action' },
    fixed: undefined,
  };
  /**
   * @description: 一些自定义方法
   * @return {*}
   */
  const methods = {
    /**
     * @description: 获取新增按钮的行为,必需要有的方法
@@ -204,7 +209,7 @@
        },
      ];
    },
    OthersValues: (val: string, id: string) => {
    KeyFieldValues: (val: string, id: string) => {
      return { LABEL_ID: id };
    },
  };