优化操作按钮

This commit is contained in:
java110 2020-06-04 19:03:23 +08:00
parent 9379c4784a
commit 1a71500708

View File

@ -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>