From 99596127484db1bbc8ff0b7455f441427301bc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Thu, 4 Jul 2019 15:26:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E5=BA=94=E5=AE=9E=E8=B7=B5=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E6=96=87=E5=AD=97=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_logined_header.html.erb | 4 ++-- app/views/layouts/_unlogin_header.html.erb | 4 ++-- app/views/layouts/base_management.html.erb | 12 ++++++------ public/react/src/modules/tpm/NewHeader.js | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/views/layouts/_logined_header.html.erb b/app/views/layouts/_logined_header.html.erb index 11a2d93d..f08c05ff 100644 --- a/app/views/layouts/_logined_header.html.erb +++ b/app/views/layouts/_logined_header.html.erb @@ -51,7 +51,7 @@ <%= User.current.show_name %>
  • <%= link_to '我的课堂', user_path(User.current) %>
  • <%= link_to '我的实训', user_path(User.current, :type => 'a_shixun') %>
  • -
  • <%= link_to '我的实训课程', user_path(User.current, :type => 'a_path') %>
  • +
  • <%= link_to '我的实践课程', user_path(User.current, :type => 'a_path') %>
  • <% if User.current.partner.present? %>
  • <%= link_to '客户管理', partner_list_cooperate_path(User.current.partner) %>
  • <% end %> @@ -75,7 +75,7 @@ diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js index 30d8572c..aba48650 100644 --- a/public/react/src/modules/tpm/NewHeader.js +++ b/public/react/src/modules/tpm/NewHeader.js @@ -345,7 +345,7 @@ class NewHeader extends Component {
  • 我的课堂
  • {/* p 老师 l 学生 */}
  • 我的实训
  • -
  • 我的实训课程
  • +
  • 我的实践课程
  • 我的项目
  • 账号管理
  • 退出
  • @@ -378,7 +378,7 @@ class NewHeader extends Component {