流程发布,子表表头修改

This commit is contained in:
lihongyu 2022-07-29 21:07:33 +08:00
parent 0942aa6758
commit ef3e989b60

View File

@ -292,9 +292,9 @@ function initHtml() {
stopHtml += '<tr>';
stopHtml += '<th style="background-color:#fff;" class="width_5"><input name="checkAll" id="stop_check_all" type="checkbox" class="awsui-checkbox"></th>';
stopHtml += '<th style="background-color:#fff;" class="width_5">序号</th>';
stopHtml += '<th style="background-color:#fff;" class="width_30">流程文件</th>';
stopHtml += '<th style="background-color:#fff;" class="width_25">流程手册</th>';
stopHtml += '<th style="background-color:#fff;" class="width_35">停用说明</th>';
stopHtml += '<th style="background-color:#fff;" class="width_30">流程制度</th>';
stopHtml += '<th style="background-color:#fff;" class="width_25">文件文本</th>';
stopHtml += '<th style="background-color:#fff;" class="width_35">文件编号</th>';
stopHtml += '</tr>';
stopHtml += '</thead>';
stopHtml += '<tbody id="publish_stop_tbody"></tbody>';