|
@@ -1020,7 +1020,7 @@
|
|
tbDom.empty();
|
|
tbDom.empty();
|
|
let domStrs = [];
|
|
let domStrs = [];
|
|
SELECTED_OTHER = [];
|
|
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>');
|
|
domStrs.push('<tbody>');
|
|
const report_id = zTreeOprObj.currentNode.refId;
|
|
const report_id = zTreeOprObj.currentNode.refId;
|
|
for (const s of source) {
|
|
for (const s of source) {
|