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
8b5f5347
Commit
8b5f5347
authored
Nov 08, 2022
by
javaHeight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bptset UI 改造
parent
983b6e67
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
20 deletions
+18
-20
Bptset2.vue
src/views/Business/Bptset/Bptset2.vue
+0
-0
Ovwp.vue
src/views/Business/Bptset/Ovwp.vue
+0
-2
Shisuan.vue
src/views/Business/Bptset/Shisuan.vue
+18
-18
index.vue
src/views/Business/Bptset/index.vue
+0
-0
No files found.
src/views/Business/Bptset/Bptset2.vue
View file @
8b5f5347
This diff is collapsed.
Click to expand it.
src/views/Business/Bptset/Ovwp.vue
View file @
8b5f5347
<
template
>
<div
class=
"eibs-tab"
>
<c-content>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse-item
title=
"融资归还"
name=
"bptset2"
>
<!-- 融资归还 -->
...
...
@@ -11,7 +10,6 @@
<m-docpan2
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</c-content>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Bptset/Shisuan.vue
View file @
8b5f5347
...
...
@@ -11,43 +11,43 @@
prop=
"limtyp"
label=
"限制类型"
sortable
width=
"1
5
0"
>
width=
"1
0
0"
>
</el-table-column>
<el-table-column
prop=
"cur"
label=
"业务币种"
sortable
width=
"
8
0"
>
width=
"
10
0"
>
</el-table-column>
<el-table-column
prop=
"cbeamt"
label=
"业务发生额"
sortable
width=
"
9
0"
>
width=
"
12
0"
>
</el-table-column>
<el-table-column
prop=
"reqtyp1"
label=
"Req.Typel"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"limcbeamt"
label=
"额度发生额"
sortable
width=
"1
0
0"
>
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"reqtyp2"
label=
"Req.Type2"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"ckcbeamt"
label=
"敞口发生额"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"credat"
...
...
@@ -77,7 +77,7 @@
prop=
"ccvbl"
label=
"合同保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"limvar"
...
...
@@ -115,49 +115,49 @@
prop=
"tzhamt"
label=
"调整后业务余额"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"tzhccv"
label=
"调整后保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzhlimamt"
label=
"调整后拟占用额度"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzhlimck"
label=
"调整后拟占用敞口"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzqamt"
label=
"调整前业务余额"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"tzqccv"
label=
"调整后保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzqlimamt"
label=
"调整前已占用额度"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"tzqlimck"
label=
"调整前已占用敞口"
sortable
width=
"1
0
0"
>
width=
"1
4
0"
>
</el-table-column>
</el-table>
<el-pagination
...
...
@@ -243,13 +243,13 @@
prop=
"dgzyliminfref"
label=
"额度明细编号"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
<el-table-column
prop=
"dgccvbl"
label=
"保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
3
0"
>
</el-table-column>
</el-table>
<el-pagination
...
...
src/views/Business/Bptset/index.vue
View file @
8b5f5347
This diff is collapsed.
Click to expand it.
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