仪表盘
版本库
文件存储
活动
搜索
登录
ZhongRui
/
ALDbanyunxiangmu
ALD自动小车搬运项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新增任务调度功能及优化日志处理新增任务状态枚举值 HasSent,表示任务已发送。新增任务调度接口 `ISchedulerCenter`,定义任务调度...
huangxiaoqiang
2025-12-18
5909649db85ff29faf983154763cc4b7301665e2
[ZhongRui/ALDbanyunxiangmu.git]
/
项目代码
/
WIDESEA_WMSClient
/
src
/
views
/
system
/
test.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
</template>
<script>
export default {
props:{
list: {
type: Array,
default: [],
},
}
}
</script>
<style>
</style>