Commit 1995bcf0 by liuliufashi

update

parent ef3812d4
...@@ -67,8 +67,8 @@ import { getUid } from '@/utils/userInfo' ...@@ -67,8 +67,8 @@ import { getUid } from '@/utils/userInfo'
const columns = [ const columns = [
{ {
title: '订单号', title: '订单号',
dataIndex: 'id', dataIndex: 'merchantorderid',
key: 'id', key: 'merchantorderid',
}, },
{ {
title: '商品名', title: '商品名',
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<a-radio-group v-model:value="modalvalue"> <a-radio-group v-model:value="modalvalue">
<div v-for="item in list" :itemkey="item.id"> <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-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> </div>
</a-radio-group> </a-radio-group>
</a-modal> </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