feat: 进度查看界面添加了按照进度排序功能

This commit is contained in:
huertian
2025-01-05 19:55:57 +08:00
parent 4406934444
commit e0995a9132
2 changed files with 81 additions and 31 deletions

1
components.d.ts vendored
View File

@ -27,6 +27,7 @@ declare module 'vue' {
WdProgress: typeof import('wot-design-uni/components/wd-progress/wd-progress.vue')['default']
WdRadio: typeof import('wot-design-uni/components/wd-radio/wd-radio.vue')['default']
WdRadioGroup: typeof import('wot-design-uni/components/wd-radio-group/wd-radio-group.vue')['default']
WdSortButton: typeof import('wot-design-uni/components/wd-sort-button/wd-sort-button.vue')['default']
WdStatusTip: typeof import('wot-design-uni/components/wd-status-tip/wd-status-tip.vue')['default']
WdStep: typeof import('wot-design-uni/components/wd-step/wd-step.vue')['default']
WdSteps: typeof import('wot-design-uni/components/wd-steps/wd-steps.vue')['default']