From 352ca404603bb27b97b2b1b45313f326d487611b Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 7 May 2024 11:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E4=BF=AE=E4=BB=BB=E5=8A=A1=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NavLeft.vue | 2 +- src/views/projectcenter/TaskAdd.vue | 9 +++++++-- src/views/report/TrainingNewManager.vue | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index 73f6be58..53b54c7c 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -573,7 +573,7 @@ 员工学习数据 - +
任务列表
- {{switchList?'自由学习模式':'顺序学习模式'}} + {{projectInfo?.projectInfo?.unlockMode == 1 ?'自由学习模式':'顺序学习模式'}}