From 2eb4ac620d2f4d1191411847b80503d890731be4 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 24 Oct 2024 11:49:19 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E5=B7=A1=E6=A3=80=E4=B8=BB=E9=9D=A2=E6=9D=BF=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1274469740412928]后端-巡检主面板数据导出 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1274469740412928 --- 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 85bf480..18047b3 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -3524,6 +3524,9 @@ } }, "nmiar": { + "exportinspectresourcereportapi": { + "getname": "Export inspection asset report list" + }, "inspectschedulesearchapi": { "getname": "Query the list of scheduled inspection tasks" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 4cea29c..7915477 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -3552,6 +3552,9 @@ } }, "nmiar": { + "exportinspectresourcereportapi": { + "getname": "导出巡检资产报告列表" + }, "inspectschedulesearchapi": { "getname": "查询巡检定时任务列表" }, -- Gitee