Commit 6e7053e5 authored by 沈良进's avatar 沈良进

save

parent 318b3292
...@@ -921,7 +921,7 @@ ...@@ -921,7 +921,7 @@
</el-popover> </el-popover>
</div> </div>
</div> </div>
<div style="font-size: 12px;"> <div v-if="item.unionRemark" style="font-size: 12px;">
<span style="color: red;">联运备注:</span> <span style="color: red;">联运备注:</span>
<span style="color: red;">{{ item.unionRemark }}</span> <span style="color: red;">{{ item.unionRemark }}</span>
</div> </div>
......
...@@ -2457,7 +2457,7 @@ ...@@ -2457,7 +2457,7 @@
</template> </template>
</p> </p>
</div> </div>
<div style="color: red"> <div v-if="item.unionRemark" style="color: red">
<span>联运备注:{{ item.unionRemark }}</span> <span>联运备注:{{ item.unionRemark }}</span>
</div> </div>
</div> </div>
......
...@@ -4117,7 +4117,7 @@ ...@@ -4117,7 +4117,7 @@
{{ childItem.Remarks }} {{ childItem.Remarks }}
</p> </p>
</div> </div>
<div> <div v-if="childItem.UnionRemark">
联运备注:<span style="color: red">{{ 联运备注:<span style="color: red">{{
childItem.UnionRemark childItem.UnionRemark
}}</span> }}</span>
......
...@@ -797,7 +797,7 @@ ...@@ -797,7 +797,7 @@
</el-popover> </el-popover>
</div> </div>
</div> </div>
<div style="font-size: 12px;"> <div v-if="item.unionRemark" style="font-size: 12px;">
<span style="color: red;">联运备注:</span> <span style="color: red;">联运备注:</span>
<span style="color: red;">{{ item.unionRemark }}</span> <span style="color: red;">{{ item.unionRemark }}</span>
</div> </div>
......
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
</template> </template>
</p> </p>
</div> </div>
<div style="color: red"> <div v-if="item.unionRemark" style="color: red">
<span>联运备注:{{ item.unionRemark }}</span> <span>联运备注:{{ item.unionRemark }}</span>
</div> </div>
</div> </div>
......
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