|
@@ -255,6 +255,7 @@ function initTenderTree () {
|
|
tenderTree.push(t);
|
|
tenderTree.push(t);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ console.log(tenderTree);
|
|
}
|
|
}
|
|
function recursiveGetTenderNodeHtml (node, arr, pid) {
|
|
function recursiveGetTenderNodeHtml (node, arr, pid) {
|
|
const html = [];
|
|
const html = [];
|
|
@@ -303,7 +304,7 @@ function getTenderTreeHeaderHtml() {
|
|
const html = [];
|
|
const html = [];
|
|
html.push('<table class="table table-hover table-bordered" style="margin-top: 25px">');
|
|
html.push('<table class="table table-hover table-bordered" style="margin-top: 25px">');
|
|
html.push('<thead style="position: fixed;left:56px;top: 34px">', '<tr>');
|
|
html.push('<thead style="position: fixed;left:56px;top: 34px">', '<tr>');
|
|
- html.push('<th>', '名称', '</th>');
|
|
|
|
|
|
+ html.push('<th>', '标段名称', '</th>');
|
|
html.push('<th>', '创建人', '</th>');
|
|
html.push('<th>', '创建人', '</th>');
|
|
html.push('<th>', '创建时间', '</th>');
|
|
html.push('<th>', '创建时间', '</th>');
|
|
html.push('<th>', '完成期数', '</th>');
|
|
html.push('<th>', '完成期数', '</th>');
|