Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-06-02 16:47:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56b485ef12889e721f191cd716c9844289fb75fc
56b485ef
1 parent
3cc2add1
feat(plan): 添加驳回选项卡并更新对应注释
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/plan/index.vue
src/pages/plan/index.vue
View file @
56b485e
...
...
@@ -221,6 +221,7 @@ const REJECT_REASON_LINE_HEIGHT_RPX = 24 * 1.6
*/
const tabsData = ref([
{ id: '', name: '全部', list: [] },
{ id: '11', name: '驳回', list: [] },
{ id: '3', name: '待处理', list: [] },
{ id: '5', name: '处理中', list: [] },
{ id: '7', name: '已生成', list: [] },
...
...
@@ -277,7 +278,7 @@ const transformApiItem = (apiItem) => {
* - activeTabId = '5':只显示处理中的计划书
* - activeTabId = '7':只显示已生成的计划书
* - activeTabId = '9':只显示已查看的计划书
* - activeTabId = '11':只显示驳回的计划书
(当前页面暂未提供单独 Tab)
* - activeTabId = '11':只显示驳回的计划书
*
* ✅ **API参数说明**:
* ```javascript
...
...
Please
register
or
login
to post a comment