mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
优化操作按钮
This commit is contained in:
parent
9379c4784a
commit
1a71500708
@ -61,7 +61,7 @@
|
||||
<th class="text-center">位置ID</th>
|
||||
<th class="text-center">位置名称</th>
|
||||
<th class="text-center">位置类型</th>
|
||||
<th class="text-center">操作</th>
|
||||
<th class="text-right">操作</th>
|
||||
|
||||
|
||||
</tr>
|
||||
@ -71,7 +71,7 @@
|
||||
<td class="text-center">{{location.locationId}}</td>
|
||||
<td class="text-center">{{location.locationName}}</td>
|
||||
<td class="text-center">{{location.locationType}}</td>
|
||||
<td class="text-center">
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_openEditLocationModel(location)">修改</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user