mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
完善保证金
This commit is contained in:
parent
48f740bb77
commit
8cab9911ab
@ -17,7 +17,7 @@
|
||||
<th class="text-center">商家名称</th>
|
||||
<th class="text-center">商家地址</th>
|
||||
<th class="text-center">联系电话</th>
|
||||
<th class="text-center">保证金状态</th>
|
||||
<th class="text-center">状态</th>
|
||||
<th class="text-center">操作</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -32,7 +32,7 @@
|
||||
<td class="text-center">{{shop.storeName}}</td>
|
||||
<td class="text-center">{{shop.storeAddress}}</td>
|
||||
<td class="text-center">{{shop.storeTel}}</td>
|
||||
<td class="text-center">{{shop.isPayUp}}</td>
|
||||
<td class="text-center">{{shop.stateName}}</td>
|
||||
<td class="text-center">
|
||||
<!-- <div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user