From 259f95deb2ea38287d488d12060d7600c36cd92a Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期二, 21 五月 2024 17:00:47 +0800 Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/dkyChenJiang --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/projectData.html | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/projectData.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/projectData.html index 5896ff9..c919e85 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/projectData.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/projectData.html @@ -15,6 +15,10 @@ <input type="text" name="name"/> </li> <li> + <p>閽诲瓟缂栧彿锛�</p> + <input type="text" name="holeCode"/> + </li> + <li> <p>鏍囩锛�</p> <input type="text" name="labels"/> </li> @@ -76,6 +80,10 @@ field : 'name', title : '璧勬枡鍚嶇О' }, + { + field : 'holeCode', + title : '閽诲瓟缂栧彿' + }, { field : 'labels', title : '鏍囩' -- Gitblit v1.9.1