feat:设备使用记录
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* @Author : LQ
|
||||
* @Description :
|
||||
* @version : 3.0
|
||||
* @LastAuthor : jry
|
||||
* @lastTime : 2025-08-16 10:52:35
|
||||
* @FilePath : /uview-plus/libs/config/props/props.js
|
||||
*/
|
||||
import { defineMixin } from '../../libs/vue'
|
||||
import defProps from '../../libs/config/props.js'
|
||||
|
||||
@@ -23,6 +31,16 @@ export const props = defineMixin({
|
||||
type: Array,
|
||||
default: () => defProps.actionSheet.actions
|
||||
},
|
||||
// 选项名称key
|
||||
nameKey: {
|
||||
type: String,
|
||||
default: () => defProps.actionSheet.nameKey
|
||||
},
|
||||
// 选项子名称key
|
||||
subnameKey: {
|
||||
type: String,
|
||||
default: () => defProps.actionSheet.subnameKey
|
||||
},
|
||||
// 取消按钮的文字,不为空时显示按钮
|
||||
cancelText: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user