仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
dmvisit
访客系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
定时自动叫号 与 WMS获取车辆是否在园接口开发
rk
2025-10-13
931e45f5f78494c7af4cab75053da49b57f22fbe
[productDev/dmvisit.git]
/
pda
/
uview-ui
/
components
/
u-circle-progress
/
props.js
1
2
3
4
5
6
7
8
export default {
props: {
percentage: {
type: [String, Number],
default: uni.$u.props.circleProgress.percentage
}
}
}