From 5ed06064b48072072fcd3ffc71d539993405e287 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 19 Dec 2024 11:06:21 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E6=A0=87=E8=AE=B0-=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1275215277948928]重复工单标记-批量取消 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1275215277948928 --- localconfig/i18n/language_en.json | 4 ++++ localconfig/i18n/language_zh.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 85af34b..6418fd4 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -3821,6 +3821,9 @@ } } }, + "processtaskrepeatdeleteapi": { + "getname": "Unbind duplicate work orders" + }, "processtaskrepeatsaveapi": { "getname": "Mark duplicate work order interface" }, @@ -5446,6 +5449,7 @@ "processuuid": "Process uuid", "readcomponentlist": "Read only form attribute list", "redosteplist": "Redo Step List", + "repeatprocesstaskid": "Duplicate Event Work Order ID", "repeatprocesstaskidlist": "List of duplicate job IDs", "reporter": "Agent", "scoretemplate": "Scoring template", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 6fc6bc6..fb6db0b 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -3871,6 +3871,9 @@ } } }, + "processtaskrepeatdeleteapi": { + "getname": "解绑重复工单" + }, "processtaskrepeatsaveapi": { "getname": "标记重复工单接口" }, @@ -5498,6 +5501,7 @@ "processuuid": "流程uuid", "readcomponentlist": "只读表单属性列表", "redosteplist": "重做步骤列表", + "repeatprocesstaskid": "重复事件工单id", "repeatprocesstaskidlist": "重复工单id列表", "reporter": "代报人", "scoretemplate": "评分模板", -- Gitee