From 6b672d3a69db69e2796208988409bc4906020b52 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Fri, 16 Dec 2016 10:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9ATask=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=A0=8F=E5=86=85=E9=83=A8=E4=BD=BF=E7=94=A8=E4=BA=86?= =?UTF-8?q?=E6=96=B0=E6=B3=A8=E5=86=8C=E7=94=A8=E6=88=B7=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/js/common-scripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/Content/js/common-scripts.js b/Bootstrap.Admin/Content/js/common-scripts.js index f2ac0f08..5524bf56 100644 --- a/Bootstrap.Admin/Content/js/common-scripts.js +++ b/Bootstrap.Admin/Content/js/common-scripts.js @@ -56,8 +56,8 @@ // tasks // new users - $('#msgHeaderTask').text(result.NewUsersCount); - $('#msgHeaderTaskBadge').text(result.NewUsersCount); + $('#msgHeaderTask').text(result.TasksCount); + $('#msgHeaderTaskBadge').text(result.TasksCount); var htmlUserTemplate = '
  • {0}-{2}{1}%
    {1}% 完成
  • '; var html = result.Tasks.map(function (u) { return $.format(htmlUserTemplate, u.TaskName, u.TaskProgress, u.AssignDisplayName, u.ID);