|
@@ -14,7 +14,7 @@
|
|
<u-icon name="account-fill" color="#666" size="28"></u-icon>
|
|
<u-icon name="account-fill" color="#666" size="28"></u-icon>
|
|
<text>{{result.customerRoleDictValue}}</text>
|
|
<text>{{result.customerRoleDictValue}}</text>
|
|
</view>
|
|
</view>
|
|
- <view v-if="result.customerRole == 1">
|
|
|
|
|
|
+ <view v-if="result.customerRole == 1 && result.state == 1">
|
|
<u-button @click="hexiao" type="warning" size="mini">乐豆核销</u-button>
|
|
<u-button @click="hexiao" type="warning" size="mini">乐豆核销</u-button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|