mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
优化操作按钮
This commit is contained in:
parent
1a71500708
commit
d0f603d26b
@ -58,9 +58,9 @@
|
||||
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center">位置ID</th>
|
||||
<th class="text-center">位置名称</th>
|
||||
<th class="text-center">位置类型</th>
|
||||
<th class="text-center">位置ID</th>
|
||||
<th class="text-right">操作</th>
|
||||
|
||||
|
||||
@ -68,9 +68,9 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="location in locationManageInfo.locations">
|
||||
<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">{{location.locationId}}</td>
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user