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

save

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