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
fukai
vue-gjjs
Commits
606a0021
Commit
606a0021
authored
Nov 09, 2023
by
yangxiaolei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
金额整改
parent
fd6d5128
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
2 deletions
+8
-2
Infsea.vue
src/business/infccd/views/Infsea.vue
+2
-0
Infsea.vue
src/business/infcld/views/Infsea.vue
+2
-0
Inftrnps.vue
src/business/trnrel/views/Inftrnps.vue
+2
-1
PagingTable.vue
src/components/PagingTable.vue
+1
-0
Msg.vue
src/widget/MsgSent/Msg.vue
+1
-1
No files found.
src/business/infccd/views/Infsea.vue
View file @
606a0021
...
@@ -320,6 +320,7 @@
...
@@ -320,6 +320,7 @@
:key=
"key"
:key=
"key"
:label=
"item.label"
:label=
"item.label"
:prop=
"item.prop"
:prop=
"item.prop"
:formatter=
"item.rounding"
>
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
[
item
.
prop
]
}}
</div>
<div>
{{
scope
.
row
[
item
.
prop
]
}}
</div>
...
@@ -463,6 +464,7 @@ export default {
...
@@ -463,6 +464,7 @@ export default {
{
{
label
:
"金额"
,
label
:
"金额"
,
prop
:
"reloriamt"
,
prop
:
"reloriamt"
,
rounding
:
this
.
rounding
},
},
{
{
label
:
"签署"
,
label
:
"签署"
,
...
...
src/business/infcld/views/Infsea.vue
View file @
606a0021
...
@@ -192,6 +192,7 @@
...
@@ -192,6 +192,7 @@
:key=
"key"
:key=
"key"
:label=
"item.label"
:label=
"item.label"
:prop=
"item.prop"
:prop=
"item.prop"
:formatter=
"item.rounding"
>
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
[
item
.
prop
]
}}
</div>
<div>
{{
scope
.
row
[
item
.
prop
]
}}
</div>
...
@@ -323,6 +324,7 @@ export default {
...
@@ -323,6 +324,7 @@ export default {
{
{
label
:
"金额"
,
label
:
"金额"
,
prop
:
"reloriamt"
,
prop
:
"reloriamt"
,
rounding
:
this
.
rounding
},
},
],
],
data
:
[],
data
:
[],
...
...
src/business/trnrel/views/Inftrnps.vue
View file @
606a0021
...
@@ -105,6 +105,7 @@
...
@@ -105,6 +105,7 @@
:key=
"key"
:key=
"key"
:label=
"item.label"
:label=
"item.label"
:prop=
"item.prop"
:prop=
"item.prop"
:formatter=
"item.rounding"
>
>
</el-table-column>
</el-table-column>
...
@@ -166,7 +167,7 @@
...
@@ -166,7 +167,7 @@
{
label
:
"业务编号"
,
prop
:
"ownref"
},
{
label
:
"业务编号"
,
prop
:
"ownref"
},
{
label
:
"摘要信息"
,
prop
:
"addtxt"
},
{
label
:
"摘要信息"
,
prop
:
"addtxt"
},
{
label
:
"币种"
,
prop
:
"reloricur"
},
{
label
:
"币种"
,
prop
:
"reloricur"
},
{
label
:
"金额"
,
prop
:
"reloriamt"
},
{
label
:
"金额"
,
prop
:
"reloriamt"
,
rounding
:
this
.
rounding
},
{
label
:
"创建时间"
,
prop
:
"inidattim"
},
{
label
:
"创建时间"
,
prop
:
"inidattim"
},
{
label
:
"签名要求"
,
prop
:
"relreq"
},
{
label
:
"签名要求"
,
prop
:
"relreq"
},
{
label
:
"签名状态"
,
prop
:
"relres"
},
{
label
:
"签名状态"
,
prop
:
"relres"
},
...
...
src/components/PagingTable.vue
View file @
606a0021
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
:prop=
"item.prop"
:prop=
"item.prop"
:label=
"item.label"
:label=
"item.label"
:width=
"item.width"
:width=
"item.width"
:formatter=
"item.rounding"
sortable
sortable
>
>
<template
v-slot=
"
{ scope }">
<template
v-slot=
"
{ scope }">
...
...
src/widget/MsgSent/Msg.vue
View file @
606a0021
...
@@ -133,7 +133,7 @@ export default {
...
@@ -133,7 +133,7 @@ export default {
{
label
:
"partflg"
,
prop
:
"partflg"
,
width
:
"auto"
},
{
label
:
"partflg"
,
prop
:
"partflg"
,
width
:
"auto"
},
{
label
:
"报文类型"
,
prop
:
"msgtyp"
,
width
:
"auto"
},
{
label
:
"报文类型"
,
prop
:
"msgtyp"
,
width
:
"auto"
},
{
label
:
"币种"
,
prop
:
"relcur"
,
width
:
"auto"
},
{
label
:
"币种"
,
prop
:
"relcur"
,
width
:
"auto"
},
{
label
:
"金额"
,
prop
:
"relamt"
,
width
:
"auto"
},
{
label
:
"金额"
,
prop
:
"relamt"
,
width
:
"auto"
,
rounding
:
this
.
rounding
},
{
label
:
"sysno"
,
prop
:
"sysno"
,
width
:
"150px"
},
{
label
:
"sysno"
,
prop
:
"sysno"
,
width
:
"150px"
},
{
label
:
"staflg"
,
prop
:
"staflg"
,
width
:
"auto"
},
{
label
:
"staflg"
,
prop
:
"staflg"
,
width
:
"auto"
},
{
label
:
"clndat"
,
prop
:
"clndat"
,
width
:
"auto"
},
{
label
:
"clndat"
,
prop
:
"clndat"
,
width
:
"auto"
},
...
...
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