手机端
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user