MaiXinRong 10 달 전
부모
커밋
152994ac44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/view/report/rpt_all_popup.ejs

+ 1 - 1
app/view/report/rpt_all_popup.ejs

@@ -1020,7 +1020,7 @@
         tbDom.empty();
         let domStrs = [];
         SELECTED_OTHER = [];
-        domStrs.push('<thead><tr><th width="30%">变更方案编号</th><th>变更方案名称</th><th width="10%">选择</th></tr></thead>');
+        domStrs.push('<thead><tr class="text-center"><th width="30%"><%- otherHintName %>编号</th><th><%- otherHintName %>名称</th><th width="10%">选择</th></tr></thead>');
         domStrs.push('<tbody>');
         const report_id = zTreeOprObj.currentNode.refId;
         for (const s of source) {