This commit is contained in:
BianLzhaoMin 2025-12-12 19:23:12 +08:00
parent 407ba53fd2
commit 230e70abbb
2 changed files with 2 additions and 6 deletions

View File

@ -239,9 +239,7 @@
<el-row> <el-row>
<el-col :span="4"> 日租金</el-col> <el-col :span="4"> 日租金</el-col>
<el-col :span="8" style="color: #eb190a"> <el-col :span="8" style="color: #eb190a">
{{ {{ goods.dayLeasePrice ? `${goods.dayLeasePrice}元/天` : '电话面议' }}
goods.dayLeasePrice ? `'${goods.dayLeasePrice}'元/天'` : '电话面议'
}}
</el-col> </el-col>
</el-row> </el-row>
</div> </div>

View File

@ -204,9 +204,7 @@
<el-row v-if="isShowDayLeasePrice"> <el-row v-if="isShowDayLeasePrice">
<el-col :span="4"> 日租金</el-col> <el-col :span="4"> 日租金</el-col>
<el-col :span="8" style="color: #eb190a"> <el-col :span="8" style="color: #eb190a">
{{ {{ goods.dayLeasePrice ? `${goods.dayLeasePrice}元/天` : '电话面议' }}
goods.dayLeasePrice ? `'${goods.dayLeasePrice}'元/天'` : '电话面议'
}}
</el-col> </el-col>
</el-row> </el-row>
</div> </div>