Commit bb42404b authored by zhengke's avatar zhengke

修改

parent 8353dc36
...@@ -621,7 +621,8 @@ ...@@ -621,7 +621,8 @@
.RL-opremarkTitle { .RL-opremarkTitle {
display: inline-block; display: inline-block;
float: left; float: left;
width: 53px; width: 78px;
text-align: right;
white-space: nowrap; white-space: nowrap;
font-size: 14px; font-size: 14px;
} }
...@@ -2362,8 +2363,8 @@ ...@@ -2362,8 +2363,8 @@
<div class="clearfix RL-MARK" style="width:75%;float:left;"> <div class="clearfix RL-MARK" style="width:75%;float:left;">
<span class="RL-opremarkTitle">{{$t('Operation.Op_remark')}}:</span> <span class="RL-opremarkTitle">{{$t('Operation.Op_remark')}}:</span>
<span class="RL-redType RL-remarkCon" <span class="RL-redType RL-remarkCon"
style="width:80%;display:inline-block;">{{childItem.OP_Remarks ? childItem.OP_Remarks : '无'}}</span> style="width:74%;display:inline-block;">{{childItem.OP_Remarks ? childItem.OP_Remarks : '无'}}</span>
<div><span style="display:inline-block;width:48px;text-align:right;">备注人</span>:{{childItem.OPRemarkUpdateName}}&nbsp;备注日期:{{childItem.OPRemarkUpdateTimeStr}}</div> <div><span style="display:inline-block;">备注人/时间</span>:{{childItem.OPRemarkUpdateName}}&nbsp;&nbsp;{{childItem.OPRemarkUpdateTimeStr}}</div>
</div> </div>
<template v-if="isShow==true"> <template v-if="isShow==true">
<div style="float:right;" v-if="childItem.IsCanClear==0"> <div style="float:right;" v-if="childItem.IsCanClear==0">
......
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