GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
4
Releases
7
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
codedev
/
smart-metering-front
Transfer to URL with SHA
Find file
Newer
Older
branch:
dev
Switch branches
×
dev
excel
master
vue3-front
smart-metering-front
/
src
/
components
/
buttonBox
/ buttonBox.ts
dutingting
on 14 Mar 2023
83 bytes
bug修复、代码规范修改、接口联调
Raw
Blame
History
export interface IMenu { name: string // 名字 id?: string value?: string }