liujq 3 年之前
父节点
当前提交
a00ddeec28

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-5dc9e51c.c9db266e.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-7441b538.155ca454.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-d5ce7d10.98afba66.js


+ 1 - 1
src/views/house/old.vue

@@ -69,7 +69,7 @@ export default {
         { label: '置业经理', prop: 'sale_name' },
         { label: '标题', prop: 'title' },
         { label: '主图', prop: 'pri_image', type: 'img' },
-        { label: '详细地址', prop: 'detail_address', fullShow: true, minWidth: 200 },
+        { label: '详细地址', prop: 'detail_address', fullShow: true, minWidth: 100 },
         { label: '总价', prop: 'price' },
         { label: '面积㎡', prop: 'area' },
         { label: '房源类型', prop: 'house_type', width: 100, fullShow: true, type: 'flag', flags: arrToObj(this.$dictData.house_type) },

+ 2 - 1
src/views/user/components/popup/AppIntegralDtl.vue

@@ -7,7 +7,7 @@
       :visible.sync="isShow"
       :title="`总成长值(${total})-明细列表`"
       :fullscreen="false"
-      width="470px"
+      width="600px"
       custom-class="xl-dialog"
       center
     >
@@ -65,6 +65,7 @@ export default {
         { label: '成长值变动', prop: 'total_point' },
         { label: '类型', prop: 'target_type' },
         { label: '备注', prop: 'remark'},
+        { label: '时间', prop: 'create_at'},
       ]
     }
   },

部分文件因为文件数量过多而无法显示