From 9f666d3a4e1f2987b46efe54f8d3f1940600d26f Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Fri, 28 Jun 2019 15:34:46 +0800 Subject: [PATCH] * Fix report style. --- module/bug/view/report.html.php | 2 +- module/story/view/report.html.php | 2 +- module/task/view/report.html.php | 2 +- module/testtask/view/report.html.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php index 79ae198871..34c7eb8680 100644 --- a/module/bug/view/report.html.php +++ b/module/bug/view/report.html.php @@ -61,7 +61,7 @@ report->item;?> - report->value;?> + report->value;?> report->percent;?> diff --git a/module/story/view/report.html.php b/module/story/view/report.html.php index 884bad7938..0eeabed109 100644 --- a/module/story/view/report.html.php +++ b/module/story/view/report.html.php @@ -62,7 +62,7 @@ story->report->$chartType->item;?> - story->report->value;?> + story->report->value;?> report->percent;?> diff --git a/module/task/view/report.html.php b/module/task/view/report.html.php index 6f37803fd6..ae05878a29 100644 --- a/module/task/view/report.html.php +++ b/module/task/view/report.html.php @@ -61,7 +61,7 @@ task->report->$chartType->item;?> - task->report->value;?> + task->report->value;?> report->percent;?> diff --git a/module/testtask/view/report.html.php b/module/testtask/view/report.html.php index 16c15e2088..b767bd7780 100644 --- a/module/testtask/view/report.html.php +++ b/module/testtask/view/report.html.php @@ -61,7 +61,7 @@ report->item;?> - report->value;?> + report->value;?> report->percent;?>