From 1da595aa0da816fe33d0eed7fdab97fd8f38cc51 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 20 五月 2023 09:08:14 +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