解决了进入已结项项目提示错误的问题

main
wuyize 2022-07-14 09:24:05 +08:00
parent 324b32ea1c
commit e6855bcc36
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@
<p class="p-title" style="margin-left: 10px">工作项完成趋势</p> <p class="p-title" style="margin-left: 10px">工作项完成趋势</p>
<div style="flex:1;margin-top: 30px;padding: 20px; <div style="flex:1;margin-top: 30px;padding: 20px;
display: flex;flex-direction: column; justify-content: space-between;background-color: white; border-radius: 10px;align-items: stretch"> display: flex;flex-direction: column; justify-content: space-between;background-color: white; border-radius: 10px;align-items: stretch">
<TendencyChart :enable="!project.completed" style="flex: 1;"></TendencyChart> <TendencyChart :enable="project.completed===true" style="flex: 1;"></TendencyChart>
</div> </div>
</div> </div>
</div> </div>