Ben Lin
2024-08-22 c9f779c19d920efcca14fd17bbcca8254f92790d
绑定工艺更新
已修改2个文件
6 ■■■■■ 文件已修改
src/views/tigerprojects/system/lowcode/entityts/ProdRouteBinding.ts 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tigerprojects/system/lowcode/entityts/ProdRouteBinding.ts
@@ -4,7 +4,7 @@
 * @version:
 * @Date: 2024-06-19 20:34:27
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-08-21 01:51:24
 * @LastEditTime: 2024-08-21 23:20:43
 */
import { Ref, h, ref, render, unref } from 'vue';
@@ -1260,6 +1260,7 @@
      required: true,
      component: 'Select',
      colProps: { span: 12 },
      ifShow: ({ values }) => isPackage(values.ACT_TYPE),
      componentProps: {
        options: [
          {
src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts
@@ -4,7 +4,7 @@
 * @version:
 * @Date: 2024-06-19 20:34:27
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-08-21 01:51:03
 * @LastEditTime: 2024-08-21 23:20:38
 */
import { Ref, h, ref, render, unref } from 'vue';
@@ -1277,6 +1277,7 @@
      required: true,
      component: 'Select',
      colProps: { span: 12 },
      ifShow: ({ values }) => isPackage(values.ACT_TYPE),
      componentProps: {
        options: [
          {