部分退款页面修改
This commit is contained in:
parent
aee6131b3d
commit
db92c1fa31
|
|
@ -394,15 +394,15 @@
|
|||
|
||||
<!-- 部分退款对话框 -->
|
||||
<el-dialog title="部分退款" :visible.sync="openPart" width="80%" append-to-body>
|
||||
<el-row>
|
||||
<!-- <el-row>
|
||||
<el-col :span="2">退款方式:</el-col>
|
||||
<el-col :span="22">
|
||||
<el-radio-group v-model="refundType" @change="choseRefundTypeRadio">
|
||||
<el-radio label="1" style="font-size: 14px;margin-bottom: 10px;">按数量退款</el-radio>
|
||||
<!-- <el-radio label="2" style="font-size: 14px;margin-bottom: 10px;">按金额退款</el-radio> -->
|
||||
<el-radio label="2" style="font-size: 14px;margin-bottom: 10px;">按金额退款</el-radio>
|
||||
</el-radio-group>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-row> -->
|
||||
|
||||
<el-table :data="orderDetailList" @selection-change="handleSelectionChange" :row-key="(row)=>{return row.detailId}" v-if="refundType==1">
|
||||
<el-table-column type="selection" width="50" align="center" :selectable="selectable"/>
|
||||
|
|
|
|||
|
|
@ -364,15 +364,15 @@
|
|||
|
||||
<!-- 部分退款对话框 -->
|
||||
<el-dialog title="部分退款" :visible.sync="openPart" width="80%" append-to-body>
|
||||
<el-row>
|
||||
<!-- <el-row>
|
||||
<el-col :span="2">退款方式:</el-col>
|
||||
<el-col :span="22">
|
||||
<el-radio-group v-model="refundType" @change="choseRefundTypeRadio">
|
||||
<el-radio label="1" style="font-size: 14px;margin-bottom: 10px;">按数量退款</el-radio>
|
||||
<!-- <el-radio label="2" style="font-size: 14px;margin-bottom: 10px;">按金额退款</el-radio> -->
|
||||
<el-radio label="2" style="font-size: 14px;margin-bottom: 10px;">按金额退款</el-radio>
|
||||
</el-radio-group>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-row> -->
|
||||
|
||||
<el-table :data="orderDetailList" ref="multiplePartTable" @selection-change="handleSelectionChange" :row-key="(row)=>{return row.detailId}" v-if="refundType==1">
|
||||
<el-table-column type="selection" width="50" align="center" :selectable="selectable"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue