From ca8f5a8f133e7f5b00b9d35ff6d15720804569af Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 31 一月 2024 10:15:32 +0800
Subject: [PATCH] Merge branch 'ryzhwcs' of http://47.97.1.152:5880/r/zy-wcs into ryzhwcs
---
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