This commit is contained in:
parent
b0388b8c12
commit
e402fd0d31
|
|
@ -13,7 +13,7 @@
|
||||||
<li style="color: #b6b6b6; font-size: 14px">{{ company }}</li>
|
<li style="color: #b6b6b6; font-size: 14px">{{ company }}</li>
|
||||||
<li style="color: #b6b6b6; font-size: 14px">
|
<li style="color: #b6b6b6; font-size: 14px">
|
||||||
<el-icon style="margin-right: 3px; color: #25ac9c"><PhoneFilled /></el-icon>
|
<el-icon style="margin-right: 3px; color: #25ac9c"><PhoneFilled /></el-icon>
|
||||||
{{ personPhone }}
|
<span>{{ person }}:</span> {{ personPhone }}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
@ -56,6 +56,10 @@ const props: any = defineProps({
|
||||||
type: [String, Number],
|
type: [String, Number],
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
person: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
personPhone: {
|
personPhone: {
|
||||||
type: String,
|
type: String,
|
||||||
default: '',
|
default: '',
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,7 @@
|
||||||
:name="v.deviceName"
|
:name="v.deviceName"
|
||||||
:price="v.dayLeasePrice"
|
:price="v.dayLeasePrice"
|
||||||
:company="v.companyName"
|
:company="v.companyName"
|
||||||
|
:person="v.person"
|
||||||
:personPhone="v.personPhone"
|
:personPhone="v.personPhone"
|
||||||
:typeName="v.typeName"
|
:typeName="v.typeName"
|
||||||
:ma_status="v.maStatus || v.ma_status"
|
:ma_status="v.maStatus || v.ma_status"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue