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