mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-23 08:41:38 +08:00
更新至V1.80.1,更新内容在笔记中查看
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<!--{if $list}-->
|
||||
<style>
|
||||
.table tbody:hover{
|
||||
background: #fafafa;
|
||||
}
|
||||
</style>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<th width="100">{lang operator}</th>
|
||||
@@ -31,9 +36,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--{else}-->
|
||||
暂无记录
|
||||
<!--{/if}-->
|
||||
<script type="text/javascript">
|
||||
function togglecplog(k) {
|
||||
var cplogobj = document.getElementById('cplog_' + k);
|
||||
@@ -43,4 +45,7 @@
|
||||
cplogobj.style.display = 'none';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
<!--{else}-->
|
||||
暂无记录
|
||||
<!--{/if}-->
|
||||
Reference in New Issue
Block a user