GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
5
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
codedev
/
vue3-front
Transfer to URL with SHA
Find file
Newer
Older
tree:
6b6d1b82e1
Switch branches
×
dev
master
metering
vue3-front
vue3-only-sidebar
vue3-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 // 值 }