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
a412dbe4
Commit
a412dbe4
authored
Oct 30, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改msgdtlrsm 交易
parent
368ed258
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
Msgdtlp.vue
src/page/Frontend/Msgdtlrsm/views/Msgdtlp.vue
+9
-3
index.vue
src/page/Frontend/Msgdtlrsm/views/index.vue
+1
-1
No files found.
src/page/Frontend/Msgdtlrsm/views/Msgdtlp.vue
View file @
a412dbe4
...
@@ -9,9 +9,15 @@
...
@@ -9,9 +9,15 @@
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 40px"
type=
"primary"
@
click=
"handleReject"
>
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 40px"
type=
"primary"
@
click=
"handleReject"
>
丢弃
丢弃
</c-button>
</c-button>
<div
style=
"width: 100%;height: calc(100% - 50px); display: flex;align-item: center;justify-content: space-between;"
>
<div
style=
"width: 100%;height: calc(100% - 50px); display: flex;align-item: center;justify-content: space-between;padding-top: 20px;"
>
<pre
style=
"margin-top: 20px;border: 1px solid #333333;width: 49%;height: 100%;overflow: auto;"
>
{{
model
.
msgdtll
}}
</pre>
<div
style=
"width: 49%;height: 100%;"
>
<pre
style=
"margin-top: 20px;border: 1px solid #333333;width: 49%;height: 100%;overflow: auto;"
>
{{
model
.
msgdtlll
}}
</pre>
<div
style=
"width: 100%;height: 30px;line-height: 30px;font-size: 16px;"
>
疑似重复报文原文
</div>
<pre
style=
"width: 100%;height: calc(100% - 30px);border: 1px solid #333333;overflow: auto;"
>
{{
model
.
msgdtll
}}
</pre>
</div>
<div
style=
"width: 49%;height: 100%;"
>
<div
style=
"width: 100%;height: 30px;line-height: 30px;font-size: 16px;"
>
原报文原文
</div>
<pre
style=
"width: 100%;height: calc(100% - 30px);border: 1px solid #333333;overflow: auto;"
>
{{
model
.
msgdtlll
}}
</pre>
</div>
</div>
</div>
<el-dialog
v-if=
"visible"
v-dialogDrag
:visible=
"visible"
:modal-append-to-body=
"false"
:close-on-click-modal=
"true"
<el-dialog
v-if=
"visible"
v-dialogDrag
:visible=
"visible"
:modal-append-to-body=
"false"
:close-on-click-modal=
"true"
...
...
src/page/Frontend/Msgdtlrsm/views/index.vue
View file @
a412dbe4
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer
-search
"
>
<c-page
title=
"报文疑似重复详情页面"
>
<c-page
title=
"报文疑似重复详情页面"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
:validate-on-rule-change=
"false"
>
...
...
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