liujq 3 years ago
parent
commit
b32b0ec987

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3f16517a.115947c2.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3f16517a.ea9d5912.js


+ 4 - 1
src/views/house/price.vue

@@ -51,7 +51,9 @@ export default {
   computed: {
     tableData2() {
       const arr = [...this.tableData]
-      arr.map(item => {})
+      arr.map(item => {
+        item.floor = `${item.cur_layer}/${item.layer}`
+      })
       return arr
     }
   },
@@ -63,6 +65,7 @@ export default {
     this.listConfig = {
       rows: [
         { label: '签约日期', prop: 'sign_at'},
+        { label: '楼层', prop: 'floor'},
         { label: '面积(㎡)', prop: 'area'},
         { label: '总价(万元)', prop: 'price'},
         { label: '单价(元)', prop: 'unit_price'},

Some files were not shown because too many files changed in this diff