修复订单任务状态切换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,10 +470,10 @@ export default {
.maintenance-records {
background-color: #ffffff;
border-radius: 16rpx;
padding: 30rpx 20rpx;
padding: 30rpx 20rpx calc(126rpx + env(safe-area-inset-bottom));
margin: 24rpx;
margin-top: 0;
.section-title {
font-size: 36rpx;
font-weight: bold;

View File

@ -215,7 +215,7 @@
<u-modal v-model="showChangeState" title="更新状态" show-cancel-button confirm-color="#f7c04d" @confirm="handleChangeState">
<view class="slot-content">
<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"
range-key="value" confirm-color="#f7c04d" title="飞行任务状态" @confirm="handleClickState"></u-picker>
</view>

View File

@ -1,7 +1,5 @@
<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="top-abs" :style="{top: StatusBar+'px',height: CustomBar-StatusBar+'px'}">
路线
@ -42,7 +40,7 @@
margin-top="250"></u-empty>
</view>
</view>
<u-toast ref="uToast"></u-toast> -->
<u-toast ref="uToast"></u-toast>
</view>
</template>