瀏覽代碼

temp save

liujq 4 年之前
父節點
當前提交
55f91f0661

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-4391fbd6.e7659f98.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-5b8e46ca.ac7e3c20.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.8602ea80.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-4391fbd6.d97f9b2c.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-5b8e46ca.758afae1.js


+ 7 - 3
src/views/tupai/components/popup/IndexEdit.vue

@@ -63,16 +63,17 @@ export default {
         { label: '区域', key: 'area_type', type: 'select', class: 'c-2', options: this.$dictData.area_type },
         { label: '竞得单位', key: 'company', class: 'c-2' },
         { label: '成交日期', key: 'deal_time', class: 'c-2', type: 'datePicker', type2: 'date'},
-        { label: '成交价', key: 'final_price', class: 'c-2', type: 'inputFont', appendFont: '万元'},
-        { label: '楼面价', key: 'floor_price', class: 'c-2', type: 'inputFont', appendFont: '元' },
+        { label: '成交价', key: 'final_price', class: 'c-2', type: 'inputFont', appendFont: '万元'},
+        { label: '成交楼面价', key: 'floor_price', class: 'c-2', type: 'inputFont', appendFont: '元' },
         { label: '起拍总价', key: 'start_total_price', class: 'c-2', type: 'inputFont', appendFont: '万元' },
-        { label: '起拍价', key: 'start_unit_price', class: 'c-2', type: 'inputFont', appendFont: '元' },
+        { label: '起拍楼面价', key: 'start_unit_price', class: 'c-2', type: 'inputFont', appendFont: '元' },
         { 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: 'purpose', class: 'c-2' },
         { label: '容积率', key: 'plot_ratio', class: 'c-2' },
+        { label: '地块名称', key: 'land_name', class: 'c-2', type: 'textarea' },
         { label: '土拍图', key: 'pri_image', type: 'upload', class: 'c-2' },
       ]
       this.setDefaultValue(params)
@@ -111,4 +112,7 @@ export default {
     width: 100%;
   }
 }
+::v-deep .xl-form .el-textarea__inner {
+  height: 180px;
+}
 </style>

部分文件因文件數量過多而無法顯示