From 7db6039f4b027613eed4c891f75ddd57a0c2c7dd Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Fri, 24 Jun 2022 00:50:19 +0000 Subject: [PATCH] * Finish task #57879. --- module/execution/css/tree.css | 4 ++++ module/execution/view/treestory.html.php | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/module/execution/css/tree.css b/module/execution/css/tree.css index 0bb087ced5..d63d3b39f8 100644 --- a/module/execution/css/tree.css +++ b/module/execution/css/tree.css @@ -57,8 +57,12 @@ details .btn-comment.pull-right {right: 30px;} #itemContent .label-task, #taskTree .item-task > a > .label-type {border-color: #7d8599; color: #7d8599;} .taskID {border-color: rgba(131, 138, 157, 0.25);} +.storyID {border-color: rgba(131, 138, 157, 0.25);} .title {color: #838A9D;} .btn-toolbar .btn-icon {min-width: 56px;} .status-doing {border-color: rgba(255, 93, 93, 0.25)!important;} .status-pause {border-color: rgba(255, 152, 0, 0.25)!important;} .status-done {border-color: rgba(67, 160, 71, 0.25)!important;} +.status-changed {border-color: rgba(255, 93, 93, 0.25)!important;} +.status-draft {border-color: rgba(165, 102, 184, 0.25)!important;} +.label-id {line-height: 18px !important;} diff --git a/module/execution/view/treestory.html.php b/module/execution/view/treestory.html.php index c7aafbeae6..31a29464fd 100644 --- a/module/execution/view/treestory.html.php +++ b/module/execution/view/treestory.html.php @@ -1,11 +1,12 @@
-

id?> story->common?> title;?>

+

id?> processStatus('story', $story);?> title;?>

- processStatus('story', $story);?> - story->stage;?> story->stageList[$story->stage];?> - story->estimate;?> estimate;?> + story->stage;?> story->stageList[$story->stage];?> +
+
+ story->estimate;?> estimate;?>