Commit 4cfb8075 by pangchong

feat: 修改跟机时间

parent 3de1f759
......@@ -22,9 +22,7 @@
</template>
<script setup>
import { ref } from 'vue'
import { timeStampFormat } from 'mocp/utils/tool'
import { followAcTagAll } from 'mocp/utils/getFlightList'
const ps = defineProps({
item: {
......
......@@ -63,10 +63,10 @@ const tabList = [
api: userTasksApi
},
{
name: '历史跟机任务',
name: '近三个月跟机历史',
params: {
startT: Day().subtract(33, 'day').hour(5).minute(0).second(0).valueOf(),
stopT: Day().subtract(2, 'day').hour(4).minute(59).second(59).valueOf()
startT: Day().add(1, 'day').subtract(3, 'month').hour(5).minute(0).second(0).valueOf(),
stopT: Day().add(1, 'day').hour(4).minute(59).second(59).valueOf()
},
api: userTasksApi
}
......
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