Commit a412dbe4 by 李少勇

修改msgdtlrsm 交易

parent 368ed258
...@@ -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"
......
<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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment