修复订单任务状态切换bug,调整设备详情界面底部距离,开放路线管理

This commit is contained in:
Double-_-Z 2025-08-13 10:37:16 +08:00
parent 906ee0b02a
commit 3f345e787d
3 changed files with 5 additions and 7 deletions

View File

@ -470,7 +470,7 @@ export default {
.maintenance-records { .maintenance-records {
background-color: #ffffff; background-color: #ffffff;
border-radius: 16rpx; border-radius: 16rpx;
padding: 30rpx 20rpx; padding: 30rpx 20rpx calc(126rpx + env(safe-area-inset-bottom));
margin: 24rpx; margin: 24rpx;
margin-top: 0; margin-top: 0;

View File

@ -215,7 +215,7 @@
<u-modal v-model="showChangeState" title="更新状态" show-cancel-button confirm-color="#f7c04d" @confirm="handleChangeState"> <u-modal v-model="showChangeState" title="更新状态" show-cancel-button confirm-color="#f7c04d" @confirm="handleChangeState">
<view class="slot-content"> <view class="slot-content">
<u-input placeholder="请选择任务状态" v-model="stateForm.taskStatusName" <u-input placeholder="请选择任务状态" v-model="stateForm.taskStatusName"
@click="showChangeStatePick = true" type="select"/> @click="()=>{showChangeStatePick = true}" type="select"/>
<u-picker mode="selector" v-model="showChangeStatePick" :default-selector="getDefaultStateSelector" :range="stateList" <u-picker mode="selector" v-model="showChangeStatePick" :default-selector="getDefaultStateSelector" :range="stateList"
range-key="value" confirm-color="#f7c04d" title="飞行任务状态" @confirm="handleClickState"></u-picker> range-key="value" confirm-color="#f7c04d" title="飞行任务状态" @confirm="handleClickState"></u-picker>
</view> </view>

View File

@ -1,7 +1,5 @@
<template> <template>
<view class=""> <view class="aircraft-route" :style="{backgroundImage: `url(${fileUrl+bgIcon})`}">
路线
<!-- <view class="aircraft-route" :style="{backgroundImage: `url(${fileUrl+bgIcon})`}">
<view class="route-content"> <view class="route-content">
<view class="top-abs" :style="{top: StatusBar+'px',height: CustomBar-StatusBar+'px'}"> <view class="top-abs" :style="{top: StatusBar+'px',height: CustomBar-StatusBar+'px'}">
路线 路线
@ -42,7 +40,7 @@
margin-top="250"></u-empty> margin-top="250"></u-empty>
</view> </view>
</view> </view>
<u-toast ref="uToast"></u-toast> --> <u-toast ref="uToast"></u-toast>
</view> </view>
</template> </template>