|
|
|
@ -5,8 +5,8 @@ |
|
|
|
</view> |
|
|
|
<view class="text-df" style="padding: 0rpx 32rpx;margin-top:12rpx">{{message.content}}</view> |
|
|
|
<view class="flex" style="padding: 24rpx;justify-content: flex-end;"> |
|
|
|
<van-button round plain type="info" size="small" custom-style="width: 150rpx" bind:click="submit">稍后处理</van-button> |
|
|
|
<van-button id="employ" round type="info" size="small" bind:click="submit" custom-style="margin-left:24rpx;width: 150rpx" wx:if="{{isAdmin}}">绑定员工</van-button> |
|
|
|
<van-button id="client" round type="info" size="small" bind:click="submit" custom-style="margin-left:24rpx;width: 150rpx">绑定客户</van-button> |
|
|
|
<van-button round plain type="info" size="small" bind:click="submit">稍后处理</van-button> |
|
|
|
<van-button id="employ" round type="info" size="small" bind:click="submit" custom-style="margin-left:24rpx;" wx:if="{{isAdmin}}">绑定员工</van-button> |
|
|
|
<van-button id="client" round type="info" size="small" bind:click="submit" custom-style="margin-left:24rpx;">绑定客户</van-button> |
|
|
|
</view> |
|
|
|
</van-popup> |