From c6f79f5720c5d4a700b8b759a93393559409fd1c Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期一, 20 五月 2024 15:11:58 +0800 Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/dkyChenJiang --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html | 17 +++++++---------- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html index 1f4867a..32e3404 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html @@ -57,8 +57,9 @@ <div class="row"> <p class="project-name"> - <span class="name-label">鍦哄湴鍚嶇О锛�</span> - <span class="name-val" th:text="${project.fullName}"></span> + <h3>鍦哄湴淇℃伅</h3> +<!-- <span class="name-label">鍦哄湴鍚嶇О锛�</span>--> +<!-- <span class="name-val" th:text="${project.fullName}"></span>--> </p> <table class="basic-info"> <tr> @@ -93,6 +94,9 @@ <!-- </div>--> </div> + <div class="row" style="margin-top: 30px;"> + <h3>鍦哄湴閽诲瓟鍒楄〃</h3> + </div> <div class="row"> <div class="col-sm-12 select-table table-striped"> <table id="bootstrap-table"></table> @@ -112,14 +116,7 @@ var options = { url: prefix + "/list?projectId=" + projectId, modalName: "閽诲瓟", - columns: [{ - checkbox: true - }, - { - field : 'ids', - title : '涓婚敭', - visible: false - }, + columns: [ { field : 'code', title : '閽诲瓟缂栧彿' -- Gitblit v1.9.1