From 0caec92aff3b75e6b82801eabbde20713cde9cec Mon Sep 17 00:00:00 2001
From: suerwei <18810552194@163.com>
Date: 星期四, 23 五月 2024 11:49:35 +0800
Subject: [PATCH] 管材出入库统计_1
---
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