|
|
@@ -133,7 +133,7 @@
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">客户自助挂账</view>
|
|
|
+ <view class="tui-title">线上自助挂账</view>
|
|
|
<view class="switch_bx">
|
|
|
<text v-if="form.debt == 0">禁止</text>
|
|
|
<text v-else>允许</text>
|
|
|
@@ -307,7 +307,7 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">挂账超额后</view>
|
|
|
<button class="admin-button-com middle" :class="[form.debtLimitPay == 0 ? 'blue' : 'default']" @click="debtLimitPayBtn(0)">现金可以买</button>
|
|
|
- <button class="admin-button-com middle" :class="[form.debtLimitPay == 1 ? 'blue' : 'default']" @click="debtLimitPayBtn(1)" style="margin-left:15upx;">现金禁止买</button>
|
|
|
+ <button class="admin-button-com middle" :class="[form.debtLimitPay == 1 ? 'blue' : 'default']" @click="debtLimitPayBtn(1)" style="margin-left:20upx;">现金禁止买</button>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true" @click="pageTo({ url: '/admin/custom/debtChange',query: {customId: userInfo.id}})">
|