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
83edc6de
Commit
83edc6de
authored
Aug 02, 2022
by
liuliufashi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b9698d79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
web-vue-admin/src/views/pay-bind/index.vue
+3
-3
index.vue
web-vue-admin/src/views/pay-config/compoents/body/index.vue
+3
-3
No files found.
web-vue-admin/src/views/pay-bind/index.vue
View file @
83edc6de
...
...
@@ -175,7 +175,7 @@ const columns = ref<any>([
key
:
"zfb"
,
},
{
title
:
"状态"
,
title
:
"
支付通道
状态"
,
key
:
"status"
,
dataIndex
:
"status"
,
},
...
...
@@ -194,8 +194,8 @@ const columns = ref<any>([
const
list
=
ref
([]);
const
route
=
useRoute
();
const
router
=
useRouter
();
const
checked1
=
ref
<
any
>
(
fals
e
)
const
checked2
=
ref
<
any
>
(
tru
e
)
const
checked1
=
ref
<
any
>
(
tru
e
)
const
checked2
=
ref
<
any
>
(
fals
e
)
const
status
=
ref
(
0
);
let
modelRef
=
reactive
<
any
>
({});
let
rulesRef
=
reactive
<
any
>
({});
...
...
web-vue-admin/src/views/pay-config/compoents/body/index.vue
View file @
83edc6de
<
template
>
<a-form
:label-col=
"
{ span: 4 }" :wrapper-col="{ span: 14 }">
<a-form-item
label=
"
支付
域名配置"
v-bind=
"validateInfos.alName"
>
<a-form-item
label=
"
公众号
域名配置"
v-bind=
"validateInfos.alName"
>
<a-input
v-model:value=
"modelRef.alName"
/>
</a-form-item>
<a-form-item
label=
"
微信
appid"
v-bind=
"validateInfos.name"
>
<a-form-item
label=
"
公众号
appid"
v-bind=
"validateInfos.name"
>
<a-input
v-model:value=
"modelRef.appid"
/>
</a-form-item>
<a-form-item
label=
"
微信
密钥"
v-bind=
"validateInfos.name"
>
<a-form-item
label=
"
公众号
密钥"
v-bind=
"validateInfos.name"
>
<a-input
v-model:value=
"modelRef.secret"
/>
</a-form-item>
<a-form-item
:wrapper-col=
"
{ span: 14, offset: 4 }">
...
...
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