h5/App.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
h5/pages/applicationRecord/applicationRecord.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
h5/pages/staff/meetingCalendar.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
h5/pages/staff/meetingManager.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
h5/pages/staff/task/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
h5/pages/staff/vehicle/sendACar.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
h5/App.vue
@@ -225,7 +225,9 @@ color: #999999; font-size: 28rpx; } .fs24{ font-size: 24rpx; } .mr24 { margin-right: 24rpx; } h5/pages/applicationRecord/applicationRecord.vue
@@ -64,7 +64,10 @@ <view class="box_list_item_nr_text">{{ item.createDate }} 提交</view> </view> </view> <image v-if="list.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" /> <view v-if="list.length === 0" style="text-align: center;"> <image src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto 0" mode="widthFix" /> <view class="placeholder9 fs24">暂无数据</view> </view> </view> </view> </template> h5/pages/staff/meetingCalendar.vue
@@ -93,7 +93,10 @@ <view class="value">{{ item.remark || item.meetingRemark }}</view> </view> </view> <image v-if="myMeetingList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 60rpx auto;" mode="widthFix" /> <view v-if="myMeetingList.length === 0" style="text-align: center;"> <image src="@/static/empty.png" style="width: 320rpx;margin: 60rpx auto 0" mode="widthFix" /> <view class="placeholder9 fs24">暂无数据</view> </view> </view> </view> </template> @@ -142,7 +145,10 @@ <view class="value">{{ item.remark || item.meetingRemark }}</view> </view> </view> <image v-if="recordList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" /> <view v-if="recordList.length === 0" style="text-align: center;"> <image src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto 0" mode="widthFix" /> <view class="placeholder9 fs24">暂无数据</view> </view> </view> </view> </template> h5/pages/staff/meetingManager.vue
@@ -74,6 +74,10 @@ <view class="value">{{ item.remark || item.meetingRemark }}</view> </view> </view> <view v-if="myMeetingList.length === 0" style="text-align: center;"> <image src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto 0" mode="widthFix" /> <view class="placeholder9 fs24">暂无数据</view> </view> </view> </view> </template> h5/pages/staff/task/index.vue
@@ -118,7 +118,10 @@ </view> </view> </view> <image v-if="dataList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" /> <view v-if="dataList.length === 0" style="text-align: center;"> <image src="@/static/empty.png" style="width: 320rpx;margin: 120px auto 0" mode="widthFix" /> <view class="placeholder9 fs24">暂无数据</view> </view> </view> <!-- 筛选 --> <u-popup h5/pages/staff/vehicle/sendACar.vue
@@ -47,7 +47,10 @@ </view> </view> </view> <image v-if="dataList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" /> <view v-if="dataList.length === 0" style="text-align: center;"> <image src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto 0" mode="widthFix" /> <view class="placeholder9 fs24">暂无数据</view> </view> </view> <!-- 选择车辆 --> <u-picker