From c1ef2d1fc4c0dae2bc8452924dcd77a0ff3a1ef5 Mon Sep 17 00:00:00 2001
From: cpT <1@123>
Date: 星期四, 19 六月 2025 15:02:52 +0800
Subject: [PATCH] #改造

---
 src/main/webapp/views/wrkMastLog/wrkDetlLog.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/wrkMastLog/wrkDetlLog.html b/src/main/webapp/views/wrkMastLog/wrkDetlLog.html
index acbb2b8..bfe52d4 100644
--- a/src/main/webapp/views/wrkMastLog/wrkDetlLog.html
+++ b/src/main/webapp/views/wrkMastLog/wrkDetlLog.html
@@ -14,13 +14,13 @@
 </head>
 <body>
 <div class="layui-inline"  style="width:20%;margin-top: 20px">
-    <label class="layui-form-label">宸� 浣� 鍙凤細</label>
+    <label class="layui-form-label">浠� 鍔� 鍙凤細</label>
     <div class="layui-input-inline">
         <input id="wrkNo" class="layui-input" type="text" disabled="disabled">
     </div>
 </div>
 <div class="layui-inline"  style="width:20%;margin-top: 20px">
-    <label class="layui-form-label">宸ヤ綔鏃堕棿锛�</label>
+    <label class="layui-form-label">浠诲姟鏃堕棿锛�</label>
     <div class="layui-input-inline">
         <input id="ioTime" class="layui-input" type="text" disabled="disabled">
     </div>
@@ -37,8 +37,8 @@
     var pageCur;
     function getCol() {
         let cols = [
-            {field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'}
-            ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿',width:160}
+            {field: 'wrkNo', align: 'center',title: '浠诲姟鍙�'}
+            ,{field: 'ioTime$', align: 'center',title: '浠诲姟鏃堕棿',width:160}
         ];
         cols.push.apply(cols, detlCols);
         return cols;

--
Gitblit v1.9.1