From 7d4e08bc328f0b0997e5333bea2a53c62a889c0e Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 08 九月 2023 13:18:06 +0800
Subject: [PATCH] #
---
src/main/webapp/views/home/dashboard.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/home/dashboard.html b/src/main/webapp/views/home/dashboard.html
index fa9efb8..de57f41 100644
--- a/src/main/webapp/views/home/dashboard.html
+++ b/src/main/webapp/views/home/dashboard.html
@@ -159,7 +159,7 @@
</colgroup>
<thead>
<tr style="background: none;color: #333;">
- <th colspan="3">鍛樺伐浜ゆ槗棰濇帓琛�</th>
+ <th colspan="3">鍛樺伐閿�鍞笟缁╂帓琛�</th>
</tr>
</thead>
<tbody id="staffRankId">
@@ -304,7 +304,7 @@
}
div += "<td>" + data[i].username + "</td>"
- div += "<td>" + data[i].money + "</td>"
+ div += "<td>" + data[i].money + "涓囧厓</td>"
div += "</tr>"
$("#staffRankId").append(div)
--
Gitblit v1.9.1