This commit is contained in:
liaozetao
2023-12-28 18:31:42 +08:00
parent 51fa966457
commit 789d71d7c2

View File

@@ -454,7 +454,7 @@ export default {
<td hidden="hidden" class="superUid" style="text-align: center;">${res.uid}</td>
<td style="text-align: center;">${res.erbanNo}</td>
<td style="text-align: center;">${res.nick}</td>
<td style="text-align: center; width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;" title="${escape(val)}" onclick="showText(this);">${res.manageRoomErbanNoList}</td>
<td style="text-align: center; width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;" title="${escape(res.manageRoomErbanNoList)}" onclick="showText(this);">${res.manageRoomErbanNoList}</td>
<td style="text-align: center;">
<button type="button" class="btn btn-sm btn-success opt-super-update" >编辑</button>
<button type="button" class="btn btn-sm btn-danger opt-delete" >删除</button>