暂存商户信息
This commit is contained in:
@@ -66,10 +66,10 @@
|
||||
<block wx:for="{{list}}" wx:for-index="itemIndex" wx:key="item">
|
||||
<view class="tr">
|
||||
<view class="th" style="width: 70rpx"> {{ itemIndex + 1 }} </view>
|
||||
<view class="th" style="width: 200rpx"> {{ item.name }} </view>
|
||||
<view class="th" style="width: 300rpx"> {{ item.phone }} </view>
|
||||
<view class="th" style="width: 200rpx"> {{ item.WechatUserName }} </view>
|
||||
<view class="th" style="width: 300rpx"> {{ item.WechatPhone }} </view>
|
||||
<view class="th" style="width: 100rpx; display: flex;">
|
||||
<view class="primaryTextBtn" bind:tap="handleDelete" data-id="{{item.id}}" data-name="{{item.name}}" wx:if="{{!item.isAdmin}}">
|
||||
<view class="primaryTextBtn" bind:tap="handleDelete" data-id="{{item.WechatUserID}}" data-name="{{item.WechatUserName}}" wx:if="{{!item.Permissions}}">
|
||||
移除
|
||||
</view>
|
||||
<van-tag type="primary" wx:else>管理员</van-tag>
|
||||
@@ -83,7 +83,7 @@
|
||||
|
||||
</view>
|
||||
<empty wx:else bind:refresh="initUserList" />
|
||||
|
||||
{{phone}} {{name}}
|
||||
</view>
|
||||
<search-select
|
||||
show="{{show}}"
|
||||
@@ -92,7 +92,7 @@
|
||||
park="{{park}}"
|
||||
isBack="{{true}}"
|
||||
bindconfirm="onConfirm"
|
||||
bindcancel="onConcal"
|
||||
bindcancel="onCancel"
|
||||
/>
|
||||
<edit-modal
|
||||
visible="{{visible}}"
|
||||
@@ -100,6 +100,9 @@
|
||||
title="{{title}}"
|
||||
tenement="{{tenement}}"
|
||||
park="{{park}}"
|
||||
parentPhone="{{phone}}"
|
||||
parentName="{{name}}"
|
||||
parentId="{{id}}"
|
||||
bind:ok="onEditConfirm"
|
||||
bind:cancel="handleCancel"
|
||||
/>
|
Reference in New Issue
Block a user