From c116d7a8e60caf54401ec46ccec8e0b32d60f069 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Tue, 1 Nov 2022 14:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E6=88=91=E5=AE=A1=E6=A0=B8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=90=8C=E6=AD=A5=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/admin/project_list_approve.ftl | 463 +++++++++++------- 1 file changed, 286 insertions(+), 177 deletions(-) diff --git a/src/main/resources/templates/admin/project_list_approve.ftl b/src/main/resources/templates/admin/project_list_approve.ftl index 3a9e02e..421fbe3 100644 --- a/src/main/resources/templates/admin/project_list_approve.ftl +++ b/src/main/resources/templates/admin/project_list_approve.ftl @@ -8,39 +8,172 @@ table-layout:fixed; word-break:break-all } + .focus{ + // 表格自动换行 + table-layout:fixed; + word-break:break-all + } + /*固定表头的列表*/ + .fixed-list { + flex: 1 1 auto; + overflow: hidden; + } + .fixed-list table { + display: block; + width: 100%; + max-height: 100%; + border-spacing: 0px; + border-collapse: collapse; + border: none; + overflow-y: hidden; + overflow-x: auto; + margin: 0; + } + + .fixed-list.is-vertical-scroll table tbody { + max-height: calc(100% - 71px); + } + .fixed-list table>thead>tr>th { + height: 40px; + text-align: center; + vertical-align: middle; + } + .fixed-list table td { + height: 55px; + text-align: center; + } + .fixed-list table tbody { + display: block; + width: 100%; + max-height: calc(100% - 45px); + overflow-y: scroll; + overflow-x: hidden; + -webkit-overflow-scrolling: touch; + } + + .fixed-list table tr { + table-layout: fixed; + display: table; + } + .fixed-list table thead tr { + width: calc(100% - 18px); + border-top: 1px solid #ddd; + border-bottom: none; + } + .fixed-list table tbody tr { + width: 100%; + } +
项目管理 / - 待我审核的项目 + 项目管理
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hidden> - - - - - - - - - - - hidden> - - - - - - - - - - - - - -
项目编号 -
- + +
+
+
+
项目编号
+
+
-
项目名称 -
- +
+
+
项目名称
+
+
-
项目状态 -
- @@ -48,21 +181,17 @@
-
项目创建者 -
- +
+
+
项目创建者
+
+
-
部门名称 -
- <#list deptList as dept>
-
项目类型 -
-
-
垫资模式 -
- @@ -93,46 +225,43 @@
-
项目把握度 -
-
-
客户名称 -
- +
+
+
客户名称
+
+
-
最终用户名称 -
- +
+
+
最终用户名称
+
+
-
项目负责人 -
- +
+ + +
+
+
项目负责人
+
+
-
审核状态 -
- @@ -140,34 +269,31 @@
-
是否二次合作 -
-
-
直签 -
-
-
行业场景 -
- @@ -185,122 +311,103 @@
-
项目解决方案 -
- +
+ + +
+ +
+
+
项目解决方案
+
+ +
-
最后更新时间 -
-
-
+
+
最后更新时间
+
+
-
-
+
+
-
项目周期 -
-
-
+
+
项目周期
+
+
-
-
+
+
-
预计合同签订时间 -
-
-
+
+
预计合同签订时间
+
+
-
-
+
+
-
- -
-
- - <@shiro.hasPermission name="APPROVE_QUERY"> - - - <@shiro.hasPermission name="APPROVE_EXPORT"> - - -
-
+
+
+
+ + <@shiro.hasPermission name="APPROVE_QUERY"> + + + <@shiro.hasPermission name="APPROVE_EXPORT"> + + +
+
- <#--
-
-
- <@shiro.hasPermission name="PROJECT_ADD"> - - -
-
-
--> -
+
-
+
+ - + @@ -334,15 +441,15 @@ - + - + <#list pager.list as list> - - - + + + @@ -432,10 +539,12 @@ var extend = $("#extend").val(); if (extend === '0') { $(".extendCondition").hide(); + $('.expand-section').hide() $("#extend").val(1); $("#extend").text("扩展筛选项"); } else { $(".extendCondition").show(); + $('.expand-section').show() $("#extend").val(0); $("#extend").text("隐藏筛选项"); }
序号 项目编号部门名称 项目周期 最后更新时间操作操作
${list.tempId!}${list.projectNo!}${list.name!}${list.tempId!}${list.projectNo!}${list.name!} ${list.typeDesc!} ${list.underwrittenModeStr!} ${Utils.format(list.advanceInterestAmount, "0.00")}