* Finish metric data on bugstatistic block.

This commit is contained in:
wangyuting
2023-08-22 14:58:46 +08:00
parent a3bde1f545
commit e97cd4b40a
7 changed files with 207 additions and 79 deletions
+4 -4
View File
@@ -70,7 +70,7 @@ foreach($products as $productID => $product)
span
(
setClass('text-sm text-gray'),
$lang->block->qastatistic->totalBug
$lang->block->bugstatistic->effective
),
),
col
@@ -83,7 +83,7 @@ foreach($products as $productID => $product)
span
(
setClass('text-sm text-gray'),
$lang->block->productstatistic->closed
$lang->block->bugstatistic->fixed
),
),
col
@@ -96,14 +96,14 @@ foreach($products as $productID => $product)
span
(
setClass('text-sm text-gray'),
$lang->bug->unResolved
$lang->block->bugstatistic->activated
),
),
),
),
cell
(
setClass('p-4' . ($longBlock ? ' mt-3' : ' pb-0')),
setClass('chart bar-chart p-4' . ($longBlock ? ' mt-3' : ' pb-0')),
set::width($longBlock ? '70%' : '100%'),
echarts
(