Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
occloud-server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yangjiarong
occloud-server
Commits
1995bcf0
Commit
1995bcf0
authored
Aug 02, 2022
by
liuliufashi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ef3812d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
show.png
web-vue-admin/src/assets/img/show.png
+0
-0
index.vue
web-vue-admin/src/views/pay-info/index.vue
+2
-2
index.vue
...e-admin/src/views/pay-list/components/createpay/index.vue
+1
-1
No files found.
web-vue-admin/src/assets/img/show.png
View replaced file @
ef3812d4
View file @
1995bcf0
211 KB
|
W:
|
H:
184 KB
|
W:
|
H:
2-up
Swipe
Onion skin
web-vue-admin/src/views/pay-info/index.vue
View file @
1995bcf0
...
...
@@ -67,8 +67,8 @@ import { getUid } from '@/utils/userInfo'
const
columns
=
[
{
title
:
'订单号'
,
dataIndex
:
'id'
,
key
:
'id'
,
dataIndex
:
'
merchantorder
id'
,
key
:
'
merchantorder
id'
,
},
{
title
:
'商品名'
,
...
...
web-vue-admin/src/views/pay-list/components/createpay/index.vue
View file @
1995bcf0
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment