Commit fb269950 authored by youjie's avatar youjie

no message

parent e7b15ab9
...@@ -278,14 +278,14 @@ ...@@ -278,14 +278,14 @@
item.SaleRemarks ? item.SaleRemarks : "无" item.SaleRemarks ? item.SaleRemarks : "无"
}}</span> }}</span>
</p> </p>
<p style="font-size: 13px;" v-if="item.OP_Remarks"> <p style="font-size: 13px;margin-top: 5px;" v-if="item.OP_Remarks">
<span>OP备注:</span> <span>OP备注:</span>
<span style="color: red;">{{ <span style="color: red;">{{
item.OP_Remarks ? item.OP_Remarks : "无" item.OP_Remarks ? item.OP_Remarks : "无"
}}</span> }}</span>
</p> </p>
</div> </div>
<div> <div style="margin-top: 5px;">
<template v-if="pagesTitle == '审核'||pagesTitle == '申请'"> <template v-if="pagesTitle == '审核'||pagesTitle == '申请'">
<span> <span>
申请改价金额:<span style="color: red;">{{item.ApplyForMoney}}</span> 申请改价金额:<span style="color: red;">{{item.ApplyForMoney}}</span>
......
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