Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
zhouqian
vue-gjjs
Commits
4fdcf63b
Commit
4fdcf63b
authored
Sep 07, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setpan
parent
fdd133cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
index.js
src/config/CodeTable/index.js
+13
-1
Setpan.vue
src/views/Business/Ditopn/Setpan.vue
+3
-3
Show.vue
src/views/Docpan/Show.vue
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
4fdcf63b
...
...
@@ -5778,7 +5778,18 @@ const CodeTable = {
payee
:
[
{
label
:
"OWN Ourselves"
,
value
:
"OWN"
},
{
label
:
"ISS issuing Bank"
,
value
:
"ISS"
}
]
],
acccur
:[
{
label
:
`CNY-人民币`
,
value
:
`CNY`
},
{
label
:
`USD-美元`
,
value
:
`USD`
},
{
label
:
`HKD-港币`
,
value
:
`HKD`
},
{
label
:
`GBP-英镑`
,
value
:
`GBP`
},
{
label
:
`EUR-欧元`
,
value
:
`EUR`
},
{
label
:
`CAD-加元`
,
value
:
`CAD`
},
{
label
:
`JPY-日元`
,
value
:
`JPY`
},
{
label
:
`AUD-澳元`
,
value
:
`AUD`
},
{
label
:
`CHF-瑞朗`
,
value
:
`CHF`
},
],
}
export
default
CodeTable
;
\ No newline at end of file
src/views/Business/Ditopn/Setpan.vue
View file @
4fdcf63b
...
...
@@ -310,9 +310,9 @@
</el-table-column>
<el-table-column
label=
"in"
prop=
"acccur"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<el-select
v-model=
"scope.acccur"
>
<el-select
v-model=
"scope.
row.
acccur"
>
<el-option
v-for=
"item in
scope
.acccur"
v-for=
"item in
codes
.acccur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -342,7 +342,7 @@
</el-table-column>
<el-table-column
label=
"Account"
prop=
"act"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<el-select
v-model=
"scope.act"
>
<el-select
v-model=
"scope.
row.
act"
>
<el-option
v-for=
"item in scope.act"
:key=
"item.value"
...
...
src/views/Docpan/Show.vue
View file @
4fdcf63b
...
...
@@ -16,7 +16,7 @@
</el-col>
<el-col
:span=
"12"
>
{{
item
[
1
]
}}
</el-col>
<el-divider></el-divider>
</el-col>
</el-col>
</el-row>
...
...
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