Explorar el Código

修改格式

master
王饶冀 hace 3 años
padre
commit
b7f231ad25

+ 1
- 6
digital-park-web/digital-park/src/views/investment-service/InvestmentServiceList/components/PropertyManage.vue Ver fichero

@@ -68,12 +68,7 @@ export default {
},
// 获取详情
getDesc(item){
let str = `
最短起租:${ item.shortestRent } |
总面积:${ item.totalArea }m² |
支付方式:${ item.payment } |
${ item.type }
`
let str = `最短起租:${ item.shortestRent } | 总面积:${ item.totalArea }m² | 支付方式:${ item.payment } | ${ item.type }`
return str
},
// 获取可选

Cargando…
Cancelar
Guardar