From 9bb1cf77e8d46a56281dbd63fc45e38500e617b5 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 10 Jul 2024 17:32:19 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=8D=95=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1197777990680576]后端-增加修改表单数据接口 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1197777990680576 --- localconfig/i18n/language_en.json | 3 +++ localconfig/i18n/language_zh.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 358786a..4828c6c 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -3515,6 +3515,9 @@ }, "processtaskstepstartifnecessaryapi": { "getname": "If necessary, start the work order steps" + }, + "updateprocesstaskformapi": { + "getname": "Modifying Work Order Form Data" } }, "nmpas": { diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 54d0e2a..a2328bc 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -3565,6 +3565,9 @@ }, "processtaskstepstartifnecessaryapi": { "getname": "如果需要,开始工单步骤" + }, + "updateprocesstaskformapi": { + "getname": "修改工单表单数据" } }, "nmpas": { -- Gitee