MaiXinRong 5 년 전
부모
커밋
dca0c7ab71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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));