浏览代码

temp save

liujq 4 年之前
父节点
当前提交
f595f3841e

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


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-0e6ae77b.f23761d2.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-3a0d27a6.83e7ddab.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.eb9a852c.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-0e6ae77b.5606ef6f.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-3a0d27a6.6779cfe4.js


+ 1 - 1
src/views/tupai/components/popup/IndexEdit.vue

@@ -90,7 +90,7 @@ export default {
         { label: '溢价率', key: 'premium_rate', class: 'c-2', type: 'inputFont', appendFont: '%' },
         { label: '出让年限', key: 'sell_ownership', class: 'c-2', type: 'inputFont', appendFont: '年' },
         { label: '出让面积', key: 'sell_area', class: 'c-2', type: 'inputFont', appendFont: '亩'},
-        { label: '建筑面积', key: 'built_area', class: 'c-2', type: 'inputFont', appendFont: '㎡' },
+        { label: '毛坯限价', key: 'built_area', class: 'c-2', type: 'inputFont', appendFont: '元/㎡' },
         { label: '地块位置', key: 'land_name', class: 'c-2', type: 'textarea' },
         { label: '土拍主图', key: 'pri_image', type: 'upload', class: 'c-2' },
       ]

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