Commit 1995bcf0 by liuliufashi

update

parent ef3812d4
......@@ -67,8 +67,8 @@ import { getUid } from '@/utils/userInfo'
const columns = [
{
title: '订单号',
dataIndex: 'id',
key: 'id',
dataIndex: 'merchantorderid',
key: 'merchantorderid',
},
{
title: '商品名',
......
......@@ -86,7 +86,7 @@
<a-radio-group v-model:value="modalvalue">
<div v-for="item in list" :itemkey="item.id">
<a-radio v-if="item.paytype == 1" :value="item.id" :lable="item.id" @change="onChangeRadioName(item)">{{item.name}}</a-radio>
<a-radio v-else-if="item.paytype == 2" :value="item.id" :lable="item.id" @change="onChangeRadioName(item)">{{item}}</a-radio>
<a-radio v-else-if="item.paytype == 2" :value="item.id" :lable="item.id" @change="onChangeRadioName(item)">{{item.name}}</a-radio>
</div>
</a-radio-group>
</a-modal>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment