MaiXinRong vor 5 Jahren
Ursprung
Commit
dca0c7ab71
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/public/js/tender_list_progress.js

+ 1 - 1
app/public/js/tender_list_progress.js

@@ -309,7 +309,7 @@ function getTenderTreeHtml () {
         html.push('<th>', '名称', '</th>');
         html.push('<th width="120">', '计量期数', '</th>');
         html.push('<th>', '总价 <i class="fa fa-question-circle text-primary"  data-placement="bottom" data-toggle="tooltip" data-original-title="0号台账+截止本期数量变更"></i>', '</th>');
-        html.push('<th>', '截止本期累计完成/本期完成/未完成', '</th>');
+        html.push('<th>', '截止上期完成/本期完成/未完成', '</th>');
         html.push('</tr>', '</thead>');
         for (const t of tenderTree) {
             html.push(recursiveGetTenderNodeHtml(t, tenderTree));