Browse Source

房屋状态

master
dai 3 years ago
parent
commit
512c6eb879
  1. 2
      src/views/modules/base/collect.vue

2
src/views/modules/base/collect.vue

@ -110,7 +110,7 @@
prop="houseType" prop="houseType"
align="center" align="center"
width="100" width="100"
label="自有/租住" label="房屋状态"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.houseType == 1">出租</span> <span v-if="scope.row.houseType == 1">出租</span>

Loading…
Cancel
Save