手机端

This commit is contained in:
2026-03-30 19:54:25 +08:00
Unverified
parent adfcd61e22
commit 05aa40c3b1
3 changed files with 214 additions and 66 deletions
+2 -2
View File
@@ -299,7 +299,7 @@
<tr>
<th>证书编号</th>
<th>持有人</th>
<th class="hide-on-mobile">荣誉标题</th>
<th>荣誉标题</th>
<th>颁发日期</th>
<th>操作</th>
</tr>
@@ -312,7 +312,7 @@
<tr>
<td><strong>${item.cert_number}</strong></td>
<td>${item.holder_name}</td>
<td class="hide-on-mobile">${item.honor_title}</td>
<td>${item.honor_title}</td>
<td>${item.issue_date || '-'}</td>
<td><a class="btn-link" onclick="goToDetail('${item.id}')">详情</a></td>
</tr>