-
-
diff --git a/console-ui/src/views/flow/design/types.ts b/console-ui/src/views/flow/design/types.ts
index a8ab14bed5b479ee79c229a51d2a8389b81987ac..17983e79bc1e129c068dc85e0aa5f596dea3b7f0 100644
--- a/console-ui/src/views/flow/design/types.ts
+++ b/console-ui/src/views/flow/design/types.ts
@@ -20,8 +20,8 @@ export type RawData = {
};
export type MethodInfo = {
- methodCode: string;
- suiteCode: string;
+ methodCode: string | null;
+ suiteCode: string | null;
requestContentType: string;
requestType: string;
url: string;
diff --git a/console-ui/src/views/flow/version/FlowVersionTable.vue b/console-ui/src/views/flow/version/FlowVersionTable.vue
index ff210636630a1e50232744cb1816deb9df6474d1..e6781286955120ab9b8bc2fbb9514271bd148cf7 100644
--- a/console-ui/src/views/flow/version/FlowVersionTable.vue
+++ b/console-ui/src/views/flow/version/FlowVersionTable.vue
@@ -48,8 +48,8 @@ function buildFullTriggerUrl(triggerUrl: string) {
{{ buildFullTriggerUrl(scope.row.triggerUrl) }}
-
-
+
+
{{ flowVersionStatusOptFormat(scope.row.flowVersionStatus) }}
diff --git a/console-ui/src/views/market/SuiteMarket.vue b/console-ui/src/views/market/SuiteMarket.vue
index c6b1a4b553c11d4e5f83b68533e38a621c4f8de0..40acdce68a3d5b0468f735f81ce0eaf3927dabe6 100644
--- a/console-ui/src/views/market/SuiteMarket.vue
+++ b/console-ui/src/views/market/SuiteMarket.vue
@@ -131,6 +131,7 @@ function goToSuiteMarketDetail(suiteId: number) {
\ No newline at end of file
diff --git a/docs/src/cmps/ProductDiff.vue b/docs/src/cmps/ProductDiff.vue
new file mode 100644
index 0000000000000000000000000000000000000000..189ac8c899004f10eea7408c8e57e78726fc0602
--- /dev/null
+++ b/docs/src/cmps/ProductDiff.vue
@@ -0,0 +1,461 @@
+
+
+
+
+
+
版本功能对比
+
+
+
+
+
模块
+
流程
+
+
+
流程定义管理
+
支持的流程类型
+
流程设计
+
流程调试
+
多版本流程
+
流程检测
+
流程历史版本
+
节点数据Mock
+
流程导入导出
+
流程日志
+
企业流程模板
+
流程令牌
+
多语言SDK集成
+
+
+
+
+
流程节点
+
+
+
方法节点
+
判断节点
+
赋值节点
+
代码节点
+
数据库节点
+
并行节点
+
调用节点
+
缓存节点
+
+
+
+
+
套件
+
+
+
套件管理
+
接口管理
+
对象管理
+
接口调试
+
支持的接口协议
+
套件导入/导出
+
+
+
+
+
市场
+
+
+
套件市场
+
模板市场
+
+
+
+
+
设置
+
+
+
数据源
+
静态变量
+
+
+
+
+
系统
+
+
+
用户管理
+
角色&权限
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/src/components/VPPrice.vue b/docs/src/components/VPPrice.vue
index 598ecc7a8f9b18ff989022f1439a824eb9ee6fe7..c24cd93a3569403668b6b7ef192c2240c106b2f0 100644
--- a/docs/src/components/VPPrice.vue
+++ b/docs/src/components/VPPrice.vue
@@ -1,6 +1,8 @@