From 1401f0156b5338a110f1d3a803a3c09c134b7e0d Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期六, 23 三月 2024 16:53:02 +0800
Subject: [PATCH] Merge branch 'wxw'
---
HTML/views/SOSetting/ComBoxInfo.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/HTML/views/SOSetting/ComBoxInfo.html b/HTML/views/SOSetting/ComBoxInfo.html
index 498fe1b..5e5f425 100644
--- a/HTML/views/SOSetting/ComBoxInfo.html
+++ b/HTML/views/SOSetting/ComBoxInfo.html
@@ -83,7 +83,7 @@
infoOptions.page = {
curr: 1
}
- tableIns = table.render(infoOptions);
+ table.render(infoOptions);
}
else { //涓嶆垚鍔�
layer.msg('鑾峰彇绠辩爜鏄庣粏鍒楄〃淇℃伅澶辫触锛�', {
@@ -132,7 +132,7 @@
field: 'CreateUserName', align: 'center', title: '鍒涘缓浜�', width: 120,
},
{
- field: 'CreateTime', align: 'center', title: '鍒涘缓鏃堕棿', width: 165,
+ field: 'CreateTime', align: 'center', title: '鎷h揣鏃堕棿', width: 165,
templet: function (d) {
return formatDate(d.CreateTime);
},
--
Gitblit v1.8.0