Ben Lin
2024-07-20 eed29804d3973801f8eac3ad9bead1e608f05b6a
src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
@@ -1,10 +1,10 @@
/*
 * @Description: 产品工艺路线相关
 * @Description: 模板变量相关
 * @Author: Ben Lin
 * @version:
 * @Date: 2024-06-19 20:34:27
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-06-28 10:53:28
 * @LastEditTime: 2024-07-20 21:18:56
 */
import { Tag, Tooltip } from 'ant-design-vue';
@@ -212,6 +212,9 @@
    KeyFieldValues: (val: string, id: string) => {
      return { LABEL_ID: id };
    },
    GetUseForm: () => {
      return {};
    },
  };
  return [methods, ActionColumn];