流程发布,修改子表表头
This commit is contained in:
parent
3d420b58cd
commit
0241f08927
@ -238,9 +238,9 @@ function initHtml() {
|
|||||||
newHtml += '<tr>';
|
newHtml += '<tr>';
|
||||||
newHtml += '<th style="background-color:#fff;" class="width_5"><input name="checkAll" id="new_check_all" type="checkbox" class="awsui-checkbox"></th>';
|
newHtml += '<th style="background-color:#fff;" class="width_5"><input name="checkAll" id="new_check_all" type="checkbox" class="awsui-checkbox"></th>';
|
||||||
newHtml += '<th style="background-color:#fff;" class="width_5">序号</th>';
|
newHtml += '<th style="background-color:#fff;" class="width_5">序号</th>';
|
||||||
newHtml += '<th style="background-color:#fff;" class="width_30">流程文件</th>';
|
newHtml += '<th style="background-color:#fff;" class="width_30">流程制度</th>';
|
||||||
newHtml += '<th style="background-color:#fff;" class="width_25">流程手册</th>';
|
newHtml += '<th style="background-color:#fff;" class="width_25">文件文本</th>';
|
||||||
newHtml += '<th style="background-color:#fff;" class="width_35">流程编号</th>';
|
newHtml += '<th style="background-color:#fff;" class="width_35">文件编号</th>';
|
||||||
newHtml += '</tr>';
|
newHtml += '</tr>';
|
||||||
newHtml += '</thead>';
|
newHtml += '</thead>';
|
||||||
newHtml += '<tbody id="publish_new_tbody"></tbody>';
|
newHtml += '<tbody id="publish_new_tbody"></tbody>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user