瀏覽代碼

debug单价文件费率文件

zhongzewei 7 年之前
父節點
當前提交
b1d8b51f12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/building_saas/pm/js/pm_main.js

+ 1 - 1
web/building_saas/pm/js/pm_main.js

@@ -2003,7 +2003,7 @@ function set_file_table(target, poj_tenders, fileList, type){
             + '</span>'
             + '</div></td>';
         let fileTypeStr = type === fileType.unitPriceFile ? '单价文件' : '费率文件';
-        let fileHtml = '<tr><td>' + fileCounter + '</td><td id="file_' + fileId + '"><div>' + fileList[i].name + fileTypeStr + hoverHtml + renHtml + usedHtml + '</tr>';
+        let fileHtml = '<tr><td>' + fileCounter + '</td><td id="file_' + fileId + '"><div>' + fileList[i].name + hoverHtml + renHtml + usedHtml + '</tr>';
         fileCounter++;
         let targetBody = type === fileType.unitPriceFile ? target + '-unit-price-table tbody' : target + '-fee-table tbody';
         $(targetBody).append(fileHtml);