From 83869063b8b493c361f9006f2c93963776004e15 Mon Sep 17 00:00:00 2001
From: zmk <496160012@qq.com>
Date: 星期三, 22 五月 2024 18:16:00 +0800
Subject: [PATCH] 提交代码
---
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/deviceLog/deviceLog.html | 23 +++--------------------
1 files changed, 3 insertions(+), 20 deletions(-)
diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/deviceLog/deviceLog.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/deviceLog/deviceLog.html
index 28915a7..202b4ad 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/deviceLog/deviceLog.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/deviceLog/deviceLog.html
@@ -18,13 +18,7 @@
<p>鍚嶇О锛�</p>
<input type="text" name="deviceName"/>
</li>
- <li>
- <p>绫诲瀷锛�</p>
- <select name="type" th:with="type=${@dict.getType('device_log_type')}">
- <option value="">鎵�鏈�</option>
- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
- </select>
- </li>
+
<li>
<p>缁忓姙浜猴細</p>
<input type="text" name="optUser"/>
@@ -94,11 +88,7 @@
title : '宸ュ崟鍙�',
sortable:true
},
- {
- field : 'projectName',
- title : '鍦哄湴鍚嶇О',
- visible: false
- },
+
{
field : 'deviceCode',
title : '缂栧彿',
@@ -108,14 +98,7 @@
field : 'deviceName',
title : '鍚嶇О'
},
- {
- field : 'type',
- title : '璁惧/鏉愭枡',
- sortable:true,
- formatter: function(value, row, index) {
- return $.table.selectDictLabel(typeDatas, value);
- }
- },
+
{
field : 'inboundDate',
title : '鍏ュ簱鏃堕棿',
--
Gitblit v1.9.1