Commit 852d3c9a authored by zhengke's avatar zhengke

修改

parent 94624558
...@@ -129,19 +129,22 @@ ...@@ -129,19 +129,22 @@
</view> </view>
<view class="compInfoList"> <view class="compInfoList">
<view class="comInforName"> <view class="comInforName">
<view>年销售额(万元)</view> <view>年销售额</view>
<view style="margin-left:8px;">(万元)</view>
</view> </view>
<input class="uni-input comInfoInput" v-model="msg.AnnualSales" placeholder="年销售额" /> <input class="uni-input comInfoInput" v-model="msg.AnnualSales" placeholder="年销售额" />
</view> </view>
<view class="compInfoList"> <view class="compInfoList">
<view class="comInforName"> <view class="comInforName">
详细地址(中文) <view>详细地址</view>
<view style="margin-left:8px;">(中文)</view>
</view> </view>
<input class="uni-input comInfoInput" v-model="msg.Address" placeholder="街道门牌/楼层房间号等信息" /> <input class="uni-input comInfoInput" v-model="msg.Address" placeholder="街道门牌/楼层房间号等信息" />
</view> </view>
<view class="compInfoList"> <view class="compInfoList">
<view class="comInforName"> <view class="comInforName">
英文地址(英文) <view>英文地址</view>
<view style="margin-left:8px;">(英文)</view>
</view> </view>
<input class="uni-input comInfoInput" v-model="msg.EnAddress" placeholder="详细地址(英文)" /> <input class="uni-input comInfoInput" v-model="msg.EnAddress" placeholder="详细地址(英文)" />
</view> </view>
......
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