From 4934ace4eca7ab7c4ad3ee4b0d9721762ae80aea Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 3 Jul 2025 16:22:34 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=8D=97=E6=B5=B7?= =?UTF-8?q?=E5=86=9C=E5=95=86tagent=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1437561216532480]南海农商tagent管理页面相关需求 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1437561216532480 --- 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 ca76c32..b6c0193 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -4614,6 +4614,9 @@ } }, "nmta": { + "batchdeletetagentapi": { + "getname": "Batch delete tags" + }, "exporttagentapi": { "getname": "Export Tagent List" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 64b51a5..48b32af 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -4668,6 +4668,9 @@ } }, "nmta": { + "batchdeletetagentapi": { + "getname": "批量删除tagent" + }, "exporttagentapi": { "getname": "导出Tagent列表" }, -- Gitee