Browse Source

fix: 报表模板配置新增审核对比类型,补充提交

lishihao 2 years ago
parent
commit
09957d6493
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/maintain/report/html/rpt_tpl_dtl_info.html

+ 1 - 1
web/maintain/report/html/rpt_tpl_dtl_info.html

@@ -88,7 +88,7 @@
                 <div class="input-group-addon">审核对比数据级别</div>
                 <select id="element_contrastType_select" class="form-control" onchange="zTreeOprObj.onChangeFlag('contrastType', this)">
                     <option value="NA">N/A</option>
-                    <option value="chapter">节</option>
+                    <option value="chapter">项目节</option>
                     <option value="bill">清单</option>
                     <option value="quantities">工程量明细</option>
                 </select>