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
e4473aab
Commit
e4473aab
authored
Oct 11, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复核交易误删修正
parent
2280c1c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
Inftrnps.vue
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
+38
-0
No files found.
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
View file @
e4473aab
...
...
@@ -202,6 +202,44 @@
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<el-row>
<c-col
:span=
"24"
style=
""
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
style=
"width:100%"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"140px"
>
<template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<!--
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"onFinishDetail(scope.$index,scope.row)"
>
详情
</c-button>
<!--
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
快照
</c-button>
-->
<c-button
style=
"margin-left: 0"
size=
"small"
>
冲正
</c-button>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</el-row>
</div>
</template>
<
script
>
...
...
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