|
@@ -128,7 +128,7 @@
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
<block v-if="form.afterSale ==1">
|
|
<block v-if="form.afterSale ==1">
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">仅退款</view>
|
|
|
|
|
|
|
+ <view class="tui-title">仅退款选项</view>
|
|
|
<view class="select-button-wrap">
|
|
<view class="select-button-wrap">
|
|
|
<button class="admin-button-com middle" :class="[form.refundOnlyPrice == 1 ? 'blue' : 'default']" @click="form.refundOnlyPrice = 1">允许</button>
|
|
<button class="admin-button-com middle" :class="[form.refundOnlyPrice == 1 ? 'blue' : 'default']" @click="form.refundOnlyPrice = 1">允许</button>
|
|
|
<button class="admin-button-com middle" :class="[form.refundOnlyPrice == 0 ? 'blue' : 'default']" @click="form.refundOnlyPrice = 0">禁止</button>
|
|
<button class="admin-button-com middle" :class="[form.refundOnlyPrice == 0 ? 'blue' : 'default']" @click="form.refundOnlyPrice = 0">禁止</button>
|