浏览代码

增加序号及增加滚动条

ellisran 11 月之前
父节点
当前提交
a9feea5c4a
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      app/view/change/modal.ejs

+ 6 - 6
app/view/change/modal.ejs

@@ -234,9 +234,9 @@
                     </div>
                     <!-- 右侧新审批流程 -->
                     <div class="col-6">
-                        <div class=" ml-auto">
-                            <div class="dropdown text-right">
-                                <button class="btn btn-sm btn-primary" id="synchronize_shenpi_btn">同步流程至其它已勾选变更令</button>
+                        <div class="ml-auto">
+                            <div class="dropdown text-right" style="position: relative">
+                                <button class="btn btn-sm btn-primary" style="position: absolute;left: 0;top: 5px;" id="synchronize_shenpi_btn">同步流程至其它已勾选变更令</button>
                                 <span id="show-audit-select"></span>
                             </div>
                             <div class="card mt-1">
@@ -595,7 +595,7 @@
                     const index = uncheckList.findIndex(item => item.cid === this_cid);
                     if (index !== -1) {
                         uncheckList[index].auditList = datas;
-                        $('#uncheck_list tr').eq(index).children('td').eq(2).html(setAuditList(datas));
+                        $('#uncheck_list tr').eq(index).children('td').eq(3).html(setAuditList(datas));
                     }
                 });
             }
@@ -622,7 +622,7 @@
                 const index = uncheckList.findIndex(item => item.cid === this_cid);
                 if (index !== -1) {
                     uncheckList[index].auditList = datas;
-                    $('#uncheck_list tr').eq(index).children('td').eq(2).html(setAuditList(datas));
+                    $('#uncheck_list tr').eq(index).children('td').eq(3).html(setAuditList(datas));
                 }
             });
         });
@@ -646,7 +646,7 @@
                 const index = uncheckList.findIndex(item => item.cid === this_cid);
                 if (index !== -1) {
                     uncheckList[index].auditList = datas;
-                    $('#uncheck_list tr').eq(index).children('td').eq(2).html(setAuditList(datas));
+                    $('#uncheck_list tr').eq(index).children('td').eq(3).html(setAuditList(datas));
                 }
             });
         });