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
f0a80b40
Commit
f0a80b40
authored
Nov 23, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TRL静态交易界面修改
parent
928f3714
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
3 deletions
+26
-3
TrlInfo.vue
src/views/Statics/Dbitrl/TrlInfo.vue
+2
-2
Infsea.vue
src/views/Statics/Inftrl/Infsea.vue
+24
-1
No files found.
src/views/Statics/Dbitrl/TrlInfo.vue
View file @
f0a80b40
...
...
@@ -9,7 +9,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"授权货币"
prop=
"relcur"
>
<c-select
v-model=
"model.relcur"
placeholder=
"请
输入授权货币"
:code=
"relcur
"
>
<c-select
v-model=
"model.relcur"
placeholder=
"请
选择授权货币"
:code=
"relcur"
style=
"width:100%
"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -87,7 +87,7 @@ export default {
{
label
:
"THB 泰国铢"
,
value
:
"FRF"
},
{
label
:
"TWD 新台湾元"
,
value
:
"FRF"
},
{
label
:
"USD 美元"
,
value
:
"FRF"
},
],
],
};
},
...
...
src/views/Statics/Inftrl/Infsea.vue
View file @
f0a80b40
...
...
@@ -8,7 +8,8 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"授权货币"
prop=
"relcur"
>
<c-input
v-model=
"model.relcur"
placeholder=
"请输入授权货币"
>
</c-input>
<c-select
v-model=
"model.relcur"
placeholder=
"请选择授权货币"
:code=
"relcur"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -119,6 +120,28 @@ export default {
{
label
:
"授权金额"
,
prop
:
"relamt"
,
width
:
"auto"
},
{
label
:
"交易属性"
,
prop
:
"relflg"
,
width
:
"auto"
},
],
relcur
:
[
{
label
:
"AUD 澳大利亚元"
,
value
:
"AUD"
},
{
label
:
"CAD 加拿大元"
,
value
:
"CAD"
},
{
label
:
"CHF 瑞士法郎"
,
value
:
"CHF"
},
{
label
:
"CNY 人民币"
,
value
:
"CNY"
},
{
label
:
"DKK 丹麦克朗"
,
value
:
"DKK"
},
{
label
:
"EUR 欧元"
,
value
:
"EUR"
},
{
label
:
"FIM 芬兰马克"
,
value
:
"FIM"
},
{
label
:
"FRF 法国法郎"
,
value
:
"FRF"
},
{
label
:
"GBP 英镑"
,
value
:
"FRF"
},
{
label
:
"HKD 港币"
,
value
:
"FRF"
},
{
label
:
"JPY 日元"
,
value
:
"FRF"
},
{
label
:
"KRW 韩圆"
,
value
:
"FRF"
},
{
label
:
"MOP 澳门元"
,
value
:
"FRF"
},
{
label
:
"NOK 挪威克朗"
,
value
:
"FRF"
},
{
label
:
"NZD 新西兰元"
,
value
:
"FRF"
},
{
label
:
"SEK 瑞典克朗"
,
value
:
"FRF"
},
{
label
:
"SGD 新加坡元"
,
value
:
"FRF"
},
{
label
:
"THB 泰国铢"
,
value
:
"FRF"
},
{
label
:
"TWD 新台湾元"
,
value
:
"FRF"
},
{
label
:
"USD 美元"
,
value
:
"FRF"
},
],
};
},
computed
:
{
...
...
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