Commit f2d1d1f5 authored by Mac's avatar Mac

1

parent a01ac1e0
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
</view> </view>
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">建筑面积</view> <view class="label-text">建筑面积(m²)</view>
<view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;"> <view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;">
<input type="number" v-model="model.BuiltUpArea" style="width: 1px;flex: 1;" placeholder="请填写建筑面积" :disabled="disabled" placeholder-style="color:#CECECE;"> <input type="number" v-model="model.BuiltUpArea" style="width: 1px;flex: 1;" placeholder="请填写建筑面积" :disabled="disabled" placeholder-style="color:#CECECE;">
<span style='margin: 0 10px;'>~</span> <span style='margin: 0 10px;'>~</span>
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
</view> </view>
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">需求面积</view> <view class="label-text">需求面积(m²)</view>
<view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;"> <view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;">
<input type="number" v-model="model.AreaRequirement" style="width: 1px;flex: 1;" placeholder="请填写需求面积" :disabled="disabled" placeholder-style="color:#CECECE;"> <input type="number" v-model="model.AreaRequirement" style="width: 1px;flex: 1;" placeholder="请填写需求面积" :disabled="disabled" placeholder-style="color:#CECECE;">
<span style='margin: 0 10px;'>~</span> <span style='margin: 0 10px;'>~</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment