1.报事报修接口联调
This commit is contained in:
@@ -50,8 +50,12 @@
|
||||
|
||||
<!-- 会议时间 -->
|
||||
|
||||
<text class="label">会议时间</text>
|
||||
<input type="text" v-model="meetingTime" placeholder="请选择会议时间" class="meet-input" />
|
||||
<text class="label">会议时间</text>
|
||||
<view class="meet-select" @click="chooseCarNumber">
|
||||
<text>{{ meetingTime || '请选择会议时间' }}</text>
|
||||
<image class="meet-arrow" src="/static/ic_right_arrow_g.png" />
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
<!-- 是否需要签到 -->
|
||||
@@ -67,8 +71,11 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<text class="label">增值服务</text>
|
||||
<view class="meet-text">会议物品</view>
|
||||
<text class="label">增值服务</text>
|
||||
<view class="meet-select" @click="chooseCarNumber">
|
||||
<text>会议物品</text>
|
||||
<image class="meet-arrow" src="/static/ic_right_arrow_g.png" />
|
||||
</view>
|
||||
|
||||
<view class="service-list">
|
||||
<view v-for="(data,index) in itemList">
|
||||
@@ -335,6 +342,24 @@
|
||||
padding-left: 18rpx;
|
||||
margin-top: 30rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.meet-select {
|
||||
width: 86vw;
|
||||
height: 73rpx;
|
||||
background: #F7F7F7;
|
||||
font-size: 24rpx;
|
||||
color: #808080;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 24rpx;
|
||||
margin-top: 30rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
.meet-arrow {
|
||||
width: 11rpx;
|
||||
height: 21rpx;
|
||||
}
|
||||
|
||||
.meet-text {
|
||||
|
Reference in New Issue
Block a user