feat:设备使用记录

This commit is contained in:
houjunxiang
2026-03-05 16:54:47 +08:00
parent 749ac7f507
commit 9c88c45d66
357 changed files with 21486 additions and 5845 deletions

View File

@@ -1,11 +1,11 @@
/*
* @Author : LQ
* @Description :
* @version : 1.0
* @version : 3.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : CPS
* @lastTime : 2024-11-05 16:01:12
* @FilePath : /u-view2.0/uview-ui/libs/config/props/radioGroup.js
* @lastTime : 2025-12-19 08:55:21
* @FilePath : /uview-plus/libs/config/props/radioGroup.js
*/
export default {
// radio-group组件

View File

@@ -17,7 +17,7 @@
/**
* radioRroup 单选框父组件
* @description 单选框用于有一个选择用户只能选择其中一个的场景。搭配u-radio使用
* @tutorial https://ijry.github.io/uview-plus/components/radio.html
* @tutorial https://uview-plus.jiangruyi.com/components/radio.html
* @property {String | Number | Boolean} value 绑定的值
* @property {Boolean} disabled 是否禁用所有radio默认 false
* @property {String} shape 外观形状shape-方形circle-圆形(默认 circle )
@@ -118,7 +118,6 @@
</script>
<style lang="scss" scoped>
@import "../../libs/css/components.scss";
.u-radio-group {
flex: 1;