仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
parkBike
森林公园自行车项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
#配置定价方案启用逻辑
jiaosong
2023-10-23
cdfc487bd2c5927995c889ee088aa7775669d7e9
[productDev/parkBike.git]
/
bicycle
/
node_modules
/
uview-ui
/
components
/
u-cell-group
/
props.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default {
props: {
// 分组标题
title: {
type: String,
default: uni.$u.props.cellGroup.title
},
// 是否显示外边框
border: {
type: Boolean,
default: uni.$u.props.cellGroup.border
}
}
}