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
f6fee93e
Commit
f6fee93e
authored
Oct 28, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改smtsel交易界面
parent
3d71feab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
Smtp01.vue
src/page/Frontend/Smtsel/views/Smtp01.vue
+3
-5
No files found.
src/page/Frontend/Smtsel/views/Smtp01.vue
View file @
f6fee93e
...
...
@@ -171,8 +171,6 @@
height=
"calc(100vh - 320px)"
size=
"medium"
>
<el-table-column
prop=
"chk"
width=
"80"
>
</el-table-column>
<el-table-column
prop=
"recdat"
label=
"收报日期"
...
...
@@ -224,7 +222,7 @@
</el-table-column>
<el-table-column
prop=
"dtl"
label=
"明细条数"
width=
"150"
>
</el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
min-width=
"150"
>
<
!-- <
el-table-column label="操作" fixed="right" min-width="150">
<template slot-scope="scope">
<c-button
style="margin-right: 5px"
...
...
@@ -240,11 +238,11 @@
@click="updateAck(scope.row)"
>更新</c-button>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
<el-pagination
layout=
"
prev, pager, next
, pager, next, jumper"
layout=
"
total, sizes, prev
, pager, next, jumper"
:total=
"pagenation.total"
:page-size=
"pagenation.pageSize"
:current-page=
"pagenation.pageNum"
...
...
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