This commit is contained in:
bb_pan 2026-01-12 09:20:57 +08:00
parent bc81c0e682
commit c98c012287
4 changed files with 8 additions and 3 deletions

View File

@ -21,7 +21,7 @@
<span style="text-align: right; color: #ff4800" v-if="isShowPrice">
<i style="font-size: 14px"></i>
<i style="margin: 0 6px; font-size: 18px; font-weight: bold">{{ price == 0 ? '电话商议' : price }}</i>
<i v-if="price > 0" style="font-size: 14px">/ </i>
<i v-if="price > 0" style="font-size: 14px">{{isOperator == 1 ? '(含机手)' : ''}}/ </i>
</span>
</div>
</div>
@ -84,6 +84,10 @@ const props: any = defineProps({
type: [String, Number],
default: '',
},
isOperator: {
type: [String, Number],
default: '',
},
})
const emit = defineEmits(['onClick'])

View File

@ -107,7 +107,7 @@
<div class="right">
<div class="Top">
<div class="price" v-if="isShowPrice" style="font-size: 18px; font-weight: 800">
{{ pageData.dayLeasePrice !== 0 ? `${pageData.dayLeasePrice}/天` : '¥电话商议' }}
{{ pageData.dayLeasePrice !== 0 ? `${pageData.dayLeasePrice}${ pageData.isOperator == 1 ? '(含机手)' : '' }/天` : '¥电话商议' }}
</div>
</div>
<div class="phone" style="margin-top: 100px; margin-right: 30px">

View File

@ -132,6 +132,7 @@
:ma_status="v.maStatus || v.ma_status"
:manageMode="v.manageMode"
:deviceCount="v.deviceCount"
:isOperator="v.isOperator"
@click="onHandleDetails(v)"
/>
</div>

View File

@ -98,7 +98,7 @@
<div class="right">
<div class="Top">
<div class="price" style="font-size: 18px; font-weight: 800">
{{ pageData.dayLeasePrice !== 0 ? `${pageData.dayLeasePrice}/天` : '¥电话商议' }}
{{ pageData.dayLeasePrice !== 0 ? `${pageData.dayLeasePrice}${ pageData.isOperator == 1 ? '(含机手)' : '' }/天` : '¥电话商议' }}
</div>
</div>
<div class="phone" style="margin-top: 100px; margin-right: 30px">