From f990d41ed26b2640ca87d13d53e0dd85675aafb5 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 10 八月 2023 08:20:00 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/priOnline/priOnline.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/priOnline/priOnline.js b/src/main/webapp/static/js/priOnline/priOnline.js
index 09d0a0c..98d99ba 100644
--- a/src/main/webapp/static/js/priOnline/priOnline.js
+++ b/src/main/webapp/static/js/priOnline/priOnline.js
@@ -83,9 +83,9 @@
         cellMinWidth: 150,
         cols: [[
             {type: 'checkbox', fixed: 'left'}
-            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
-            ,{field: 'templateName', align: 'center',title: '妯℃澘鍚�'}
-            ,{field: 'orderNum', align: 'center',title: '璁㈠崟鍙�'}
+            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80,hide: true}
+            ,{field: 'templateName', align: 'center',title: '鏍镐环鍚�',hide: false}
+            ,{field: 'orderNum', align: 'center',title: '鏍镐环鍗曞彿'}
             ,{field: 'orderId$', align: 'center',title: '椤圭洰鍚�'}
             ,{field: 'createTime$', align: 'center',title: '鍒涘缓鏃堕棿'}
             ,{field: 'updateTime$', align: 'center',title: '鏇存柊鏃堕棿'}

--
Gitblit v1.9.1