|
|
@@ -6,7 +6,7 @@
|
|
|
<block>
|
|
|
<t-table :headerBackgroundColor="'#F0F2F6'">
|
|
|
<t-tr header>
|
|
|
- <t-th><view style="width:180upx;">名称</view></t-th>
|
|
|
+ <t-th><view style="width:180upx;" @click="pageTo({url:'/admin/shop/changeShop',type:2})">名称</view></t-th>
|
|
|
<t-th>今天收入</t-th>
|
|
|
<t-th>可提现</t-th>
|
|
|
<t-th>花店数</t-th>
|
|
|
@@ -31,7 +31,7 @@
|
|
|
<t-td><view>{{item.todaySale?parseFloat(item.todaySale):0}}</view></t-td>
|
|
|
<t-td><view>{{item.balance?parseFloat(item.balance):0}}</view></t-td>
|
|
|
<t-td><view>{{item.shopNum?parseFloat(item.shopNum):0}}</view></t-td>
|
|
|
- <t-td><button class="admin-button-com mini-btn blue" style="margin-left:30upx;" @click="changeShop(item.id)">in</button></t-td>
|
|
|
+ <t-td><button class="admin-button-com mini-btn blue" style="margin-left:30upx;" @click="changeShop(item.id)">进</button></t-td>
|
|
|
</t-tr>
|
|
|
</t-table>
|
|
|
</block>
|