From f04ad2c10e57c0e03bf0f33e015e363bb7111c66 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 06 四月 2026 18:32:13 +0800
Subject: [PATCH] #入库请求优化,先检查异常

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

diff --git a/src/main/webapp/views/basDevp/basDevp.html b/src/main/webapp/views/basDevp/basDevp.html
index 720bd37..bfb3828 100644
--- a/src/main/webapp/views/basDevp/basDevp.html
+++ b/src/main/webapp/views/basDevp/basDevp.html
@@ -580,7 +580,7 @@
 
     <el-dialog
         class="dialog-panel"
-        :title="dialog.mode === 'create' ? '鏂板 BasDevp' : '淇敼 BasDevp'"
+        :title="dialog.mode === 'create' ? '鏂板杈撻�佽澶囩鐞�' : '淇敼杈撻�佽澶囩鐞�'"
         :visible.sync="dialog.visible"
         width="760px"
         :close-on-click-modal="false">

--
Gitblit v1.9.1