二手车交易,优化
This commit is contained in:
@ -157,9 +157,9 @@ export default {
|
||||
this.supplierName=res.data?.supplierName
|
||||
this.supplierCode=res.data?.supplierCode
|
||||
if(res.data.vehicleType.includes(',')){
|
||||
let res=res.data.vehicleType?.split(',')
|
||||
this.form.vehicleType=res[0]
|
||||
this.ortherReason=res[1]
|
||||
let result=res.data.vehicleType?.split(',')
|
||||
this.form.vehicleType=result[0]
|
||||
this.ortherReason=result[1]
|
||||
}
|
||||
}
|
||||
let wantBuyFormInfo=localStorage.getItem("wantBuyFormInfo") ? JSON.parse(localStorage.getItem("wantBuyFormInfo")) : ''
|
||||
|
@ -214,6 +214,7 @@ export default {
|
||||
.itemInfo{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 25%;
|
||||
span:first-child{
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
|
Reference in New Issue
Block a user