Browse Source

【深爱】【反馈:2025100131】【UAS移动版 首页:我的待办,名字改成 任务 应用:名字改成 单据作业】

wuyx 1 month ago
parent
commit
ce5cc90fba

+ 3 - 3
uas-office-web/uas-mobile/src/components/common/mainHeader/MainHeader.jsx

@@ -29,7 +29,7 @@ class MainHeader extends Component {
           icon: 'uas-home-approval',
         },
         {
-          'name': '我的待办',
+          'name': '任务',
           countUrl: API.APPCOMMON_COUNT + 'taskToDo.action',
           icon: 'uas-home-task',
         },
@@ -82,7 +82,7 @@ class MainHeader extends Component {
     //点击图标触发
     if (funcObj.name === '我的日程') {
       this.props.history.push('/schedulePage')
-    } else if (funcObj.name === '我的待办') {
+    } else if (funcObj.name === '任务') {
       this.props.history.push('/taskTodo')
     } else if (funcObj.name === '我的订阅') {
       this.props.history.push('/subscribeList')
@@ -102,7 +102,7 @@ class MainHeader extends Component {
       refreshMainState({
         processCount: count,
       })
-    } else if (funcObj.name === '我的待办') {
+    } else if (funcObj.name === '任务') {
       refreshMainState({
         taskCount: count,
       })

+ 1 - 1
uas-office-web/uas-mobile/src/pages/private/homePage/HomePage.jsx

@@ -148,7 +148,7 @@ class HomePage extends Component {
   getDocTab = () => {
     return (
       <TabBar.Item
-        title="应用"
+        title="单据作业"
         key="Doc"
         icon={<UasIcon type="uas-doc-normal"/>}
         selectedIcon={<UasIcon type="uas-doc-select"/>}