This commit is contained in:
parent
407ba53fd2
commit
230e70abbb
|
|
@ -239,9 +239,7 @@
|
|||
<el-row>
|
||||
<el-col :span="4"> 日租金</el-col>
|
||||
<el-col :span="8" style="color: #eb190a">
|
||||
{{
|
||||
goods.dayLeasePrice ? `'${goods.dayLeasePrice}'元/天'` : '电话面议'
|
||||
}}
|
||||
{{ goods.dayLeasePrice ? `${goods.dayLeasePrice}元/天` : '电话面议' }}
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -204,9 +204,7 @@
|
|||
<el-row v-if="isShowDayLeasePrice">
|
||||
<el-col :span="4"> 日租金</el-col>
|
||||
<el-col :span="8" style="color: #eb190a">
|
||||
{{
|
||||
goods.dayLeasePrice ? `'${goods.dayLeasePrice}'元/天'` : '电话面议'
|
||||
}}
|
||||
{{ goods.dayLeasePrice ? `${goods.dayLeasePrice}元/天` : '电话面议' }}
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue