修复bug

This commit is contained in:
azhengzz 2021-02-21 18:20:07 +08:00
parent 58e83d942d
commit b8badfc2cf
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="container-fluid report-detail-data" id="dispatcher-detail-{{ dispatcher_detail.id }}" data-element-type="PROJECT" style="display: block;">
<div class="container-fluid report-detail-data" id="dispatcher-detail-{{ dispatcher_detail.id }}" data-element-type="PROJECT" style="display: none;">
<h4>项目名称: {{ dispatcher_detail.element_name }}</h4>
<h6>开始时间: {{ dispatcher_detail.start_time }}</h6>
<h6>调度编号: {{ dispatcher_detail.dispatcher_id }}</h6>