|
|
@ -108,7 +108,7 @@ |
|
|
|
<script lang="ts"> |
|
|
|
<script lang="ts"> |
|
|
|
import { defineComponent, reactive, toRaw, onMounted } from 'vue'; |
|
|
|
import { defineComponent, reactive, toRaw, onMounted } from 'vue'; |
|
|
|
import { BasicTable, useTable, TableAction } from '/@/components/Table'; |
|
|
|
import { BasicTable, useTable, TableAction } from '/@/components/Table'; |
|
|
|
import { listFormDefinition, delFormDefinition, } from '/@/api/platform/system/workflow/extension/controller/formDefinition'; |
|
|
|
import { listFormDefinition, delFormDefinition, } from '/@/api/platform/workflow/extension/controller/formDefinition'; |
|
|
|
import { PageWrapper } from '/@/components/Page'; |
|
|
|
import { PageWrapper } from '/@/components/Page'; |
|
|
|
import { BasicTree, TreeItem } from '/@/components/Tree'; |
|
|
|
import { BasicTree, TreeItem } from '/@/components/Tree'; |
|
|
|
import { useModal } from '/@/components/Modal'; |
|
|
|
import { useModal } from '/@/components/Modal'; |
|
|
@ -117,7 +117,7 @@ |
|
|
|
import { columns, searchFormSchema } from './form.data'; |
|
|
|
import { columns, searchFormSchema } from './form.data'; |
|
|
|
import { useMessage } from '/@/hooks/web/useMessage'; |
|
|
|
import { useMessage } from '/@/hooks/web/useMessage'; |
|
|
|
import { listToTree } from '/@/utils/helper/treeHelper'; |
|
|
|
import { listToTree } from '/@/utils/helper/treeHelper'; |
|
|
|
import { listFormCategory } from '/@/api/platform/system/workflow/extension/controller/formCategory'; |
|
|
|
import { listFormCategory } from '/@/api/platform/workflow/extension/controller/formCategory'; |
|
|
|
import { PlusOutlined, FormOutlined, DeleteOutlined } from '@ant-design/icons-vue'; |
|
|
|
import { PlusOutlined, FormOutlined, DeleteOutlined } from '@ant-design/icons-vue'; |
|
|
|
|
|
|
|
|
|
|
|
/** 类型规范统一声明定义区域 */ |
|
|
|
/** 类型规范统一声明定义区域 */ |