| | |
| | | /* |
| | | * @Author: zhouxt |
| | | * @Date: 2025-04-10 09:28:00 |
| | | * @LastEditTime: 2025-05-23 16:12:10 |
| | | * @LastEditTime: 2025-06-26 18:26:28 |
| | | * @LastEditors: lwh |
| | | * @Description: 粤政易首页 |
| | | */ |
| | |
| | | // Tab 列表项 |
| | | const tabItems = [ |
| | | { id: 'all', text: '全部', countKey: 'allTask', apiFunc: pageMyTaskAllApi }, |
| | | { id: 'merge', text: '待合并', countKey: null, apiFunc: pageMyTaskHbApi }, |
| | | // { id: 'merge', text: '待合并', countKey: null, apiFunc: pageMyTaskHbApi }, |
| | | { id: 'dispatch', text: '待分派', countKey: 'waitDisp', apiFunc: pageMyTaskFpApi }, |
| | | { id: 'accept', text: '待受理', countKey: 'waitAccept', apiFunc: pageMyTaskSlApi }, |
| | | { id: 'processing', text: '办理中', countKey: 'processing', apiFunc: pageMyTaskBlzApi }, |