From cc9439b33e3f8ec9ba3e274bc3b392d3cef20ae6 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 01 四月 2026 14:47:13 +0800
Subject: [PATCH] #入库任务路径计算增加cache

---
 src/main/webapp/views/deviceConfig/deviceConfig.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/deviceConfig/deviceConfig.html b/src/main/webapp/views/deviceConfig/deviceConfig.html
index 2635863..b3bb245 100644
--- a/src/main/webapp/views/deviceConfig/deviceConfig.html
+++ b/src/main/webapp/views/deviceConfig/deviceConfig.html
@@ -580,7 +580,7 @@
 
     <el-dialog
         class="dialog-panel"
-        :title="dialog.mode === 'create' ? '鏂板 DeviceConfig' : '淇敼 DeviceConfig'"
+        :title="dialog.mode === 'create' ? '鏂板璁惧閰嶇疆' : '淇敼璁惧閰嶇疆'"
         :visible.sync="dialog.visible"
         width="760px"
         :close-on-click-modal="false">

--
Gitblit v1.9.1