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
tree:
fe3d6269ba
Switch branches
×
dev
excel
master
vue3-front
smart-metering-front
/
src
/
views
/
customer
/
bench
/ bench-interface.ts
dutingting
on 13 Feb 2023
120 bytes
测量设备工作台联调完成、委托书新建、编辑、详情完成
Raw
Blame
History
// 折线图返回数据格式 export interface planReturn { date: string // 日期 count: string | number // 值 }