From 494a2f8680186fe6fbffd69ee96307b274922ad0 Mon Sep 17 00:00:00 2001 From: sheng <905537351@qq.com> Date: Fri, 26 Jun 2026 15:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=BE=E5=A4=87=E7=82=B9?= =?UTF-8?q?=E6=A3=80=E8=AE=B0=E5=BD=95=E5=B7=A6=E5=8F=B3=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.json | 5 +- src/locales/zh-chs.json | 5 +- .../inspection-records/index.vue | 251 ++++++++++++++---- 3 files changed, 211 insertions(+), 50 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 4b85e3b9..b2811423 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1257,7 +1257,10 @@ "unit": "Inspection Unit", "inspection_value": "Inspection Value", "enter_inspection_value": "Enter inspection value", - "inspection_items_empty": "No inspection items. Please configure them first." + "inspection_items_empty": "No inspection items. Please configure them first.", + "enter_device_category_name": "Enter device category name", + "current_device_category": "Current Device Category", + "no_data": "No Data" }, "inspection_logs": { "search": "Search", diff --git a/src/locales/zh-chs.json b/src/locales/zh-chs.json index d2147a84..995bf10b 100644 --- a/src/locales/zh-chs.json +++ b/src/locales/zh-chs.json @@ -1257,7 +1257,10 @@ "unit": "点检单位", "inspection_value": "点检值", "enter_inspection_value": "请输入点检值", - "inspection_items_empty": "设备点检项目为空,请先配置" + "inspection_items_empty": "设备点检项目为空,请先配置", + "enter_device_category_name": "请输入设备类别名称", + "current_device_category": "当前设备类别", + "no_data": "无数据" }, "inspection_logs": { "search": "查询", diff --git a/src/views/equipment-management/inspection-management/inspection-records/index.vue b/src/views/equipment-management/inspection-management/inspection-records/index.vue index 4802551c..024e3d2c 100644 --- a/src/views/equipment-management/inspection-management/inspection-records/index.vue +++ b/src/views/equipment-management/inspection-management/inspection-records/index.vue @@ -1,43 +1,77 @@