Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
3f1f3973
Commit
3f1f3973
authored
Oct 19, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改Cpsmsg按钮路由跳转问题
parent
682e2bb1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
3 deletions
+51
-3
Mainpl.vue
src/page/Frontend/Bsnsel/views/Mainpl.vue
+13
-1
Mainpnl.vue
src/page/Frontend/Cpsmsg/views/Mainpnl.vue
+24
-0
Mainpl.vue
src/page/Frontend/Csnsel/views/Mainpl.vue
+14
-2
No files found.
src/page/Frontend/Bsnsel/views/Mainpl.vue
View file @
3f1f3973
...
...
@@ -64,7 +64,7 @@
<el-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<el-table
id=
'infgidBSTableRef'
v-loading=
"load"
:data=
"model.bsngrp.rcvlst"
style=
"width:100%"
size=
"small"
:border=
"true"
height=
"calc(100vh - 2
5
0px)"
:highlight-current-row=
"true"
>
height=
"calc(100vh - 2
8
0px)"
:highlight-current-row=
"true"
>
<el-table-column
prop=
"chk"
label=
"选中"
width=
"60"
>
</el-table-column>
<el-table-column
prop=
"valdat"
label=
"起息日"
width=
"85"
>
...
...
@@ -134,6 +134,13 @@
</template>
</el-table-column>
</el-table>
<el-pagination
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"pagination.total"
:page-size=
"pagination.pageSize"
:current-page
.
sync=
"pagination.pageNum"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
>
</el-pagination>
</c-col>
</el-col>
</div>
...
...
@@ -149,6 +156,11 @@ export default {
return
{
subtypCodes
:
[],
load
:
false
,
pagination
:
{
pageNum
:
1
,
pageSize
:
10
,
total
:
0
,
},
};
},
watch
:
{
...
...
src/page/Frontend/Cpsmsg/views/Mainpnl.vue
View file @
3f1f3973
...
...
@@ -39,6 +39,15 @@
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 20"
type=
"primary"
>
{{ $t('public.导出Excel') }}
</c-button>
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 20"
type=
"primary"
@
click=
"toCsnsel"
>
证书绑定
</c-button>
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 20"
type=
"primary"
@
click=
"toPatsel"
>
行号变更
</c-button>
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 20"
type=
"primary"
@
click=
"toBsnsel"
>
业务状态
</c-button>
<!-- <c-button class="medium_bcs" size="medium" style="margin-left: 20" type="primary" @click="handleToLogin">
登录
</c-button>
...
...
@@ -164,6 +173,21 @@ export default {
}
},
methods
:
{
toCsnsel
()
{
this
.
routerPush
({
path
:
'/business/csnsel'
})
},
toPatsel
()
{
this
.
routerPush
({
path
:
'/business/patsel'
})
},
toBsnsel
()
{
this
.
routerPush
({
path
:
'/business/bsnsel'
})
},
handleToLogin
()
{
this
.
$refs
.
loginDialog
.
visible
=
true
},
...
...
src/page/Frontend/Csnsel/views/Mainpl.vue
View file @
3f1f3973
...
...
@@ -57,7 +57,7 @@
<el-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<el-table
id=
'infgidBSTableRef'
v-loading=
"load"
:data=
"tableData"
style=
"width:100%"
size=
"small"
:border=
"true"
height=
"calc(100vh -
25
0px)"
:highlight-current-row=
"true"
>
:border=
"true"
height=
"calc(100vh -
33
0px)"
:highlight-current-row=
"true"
>
<el-table-column
prop=
"gendat"
label=
"创建时间"
width=
"150"
>
</el-table-column>
<el-table-column
prop=
"bnkbic"
label=
"发起节点"
width=
"150"
>
...
...
@@ -84,6 +84,13 @@
<el-table-column
prop=
" lstdat"
label=
"数字证书到期日"
width=
"150"
>
</el-table-column>
</el-table>
<el-pagination
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"pagination.total"
:page-size=
"pagination.pageSize"
:current-page
.
sync=
"pagination.pageNum"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
>
</el-pagination>
</c-col>
</el-col>
</div>
...
...
@@ -98,7 +105,12 @@ export default {
data
()
{
return
{
load
:
false
,
tableData
:
[]
tableData
:
[],
pagination
:
{
pageNum
:
1
,
pageSize
:
10
,
total
:
0
,
},
};
},
watch
:
{
...
...
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