You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
282 B
HTML
4 lines
282 B
HTML
2 years ago
|
<script type="text/html" id="cellOperating">
|
||
|
<span class="cell-opr edit-cell" lay-event="edit" data-tips="编辑" onmouseover="showToolTips(this)"></span>
|
||
|
<span class="cell-opr delete-cell" lay-event="delete" data-tips="删除" onmouseover="showToolTips(this)"></span>
|
||
|
</script>
|