From d416f783f852c10c3bb2e0bfb8a7b0d4e6fe0e3d Mon Sep 17 00:00:00 2001
From: 1 <1@123>
Date: 星期三, 25 二月 2026 13:15:29 +0800
Subject: [PATCH] lsh#
---
rsf-admin/src/i18n/en.js | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index ce9f2cb..a5aa5f4 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -224,9 +224,28 @@
taskPathTemplateNode: 'TaskPathTemplateNode',
subsystemFlowTemplate: 'SubsystemFlowTemplate',
flowStepTemplate: 'FlowStepTemplate',
+ taskPathTemplateMerge: 'TaskPathTemplateMerge',
},
table: {
field: {
+ taskPathTemplateMerge: {
+ templateCode: "templateCode",
+ templateName: "templateName",
+ sourceType: "sourceType",
+ targetType: "targetType",
+ conditionExpression: "conditionExpression",
+ conditionDesc: "conditionDesc",
+ version: "version",
+ isCurrent: "isCurrent",
+ effectiveTime: "effectiveTime",
+ expireTime: "expireTime",
+ priority: "priority",
+ timeoutMinutes: "timeoutMinutes",
+ maxRetryTimes: "maxRetryTimes",
+ retryIntervalSeconds: "retryIntervalSeconds",
+ remark: "remark",
+ stepSize: "stepSize",
+ },
flowStepTemplate: {
flowId: "flowId",
flowCode: "flowCode",
--
Gitblit v1.9.1