From bc4f79e162d84b8ade3cd39f311c93df232ce7fc Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 15 十二月 2023 17:00:40 +0800
Subject: [PATCH] # 大屏显示-1

---
 src/main/webapp/static/js/appVersion/appVersion.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/static/js/appVersion/appVersion.js b/src/main/webapp/static/js/appVersion/appVersion.js
index be8531c..31c15aa 100644
--- a/src/main/webapp/static/js/appVersion/appVersion.js
+++ b/src/main/webapp/static/js/appVersion/appVersion.js
@@ -23,19 +23,19 @@
         cellMinWidth: 50,
         height: 'full-120',
         cols: [[
-            {type: 'checkbox'}
-            ,{field: 'id', align: 'center',title: ''}
-            ,{field: 'version', align: 'center',title: '鐗堟湰鍙�'}
-            ,{field: 'path', align: 'center',title: 'app璺緞'}
-            ,{field: 'latest$', align: 'center',title: '鏄惁涓烘渶鏂扮増鏈�', templet:function (d){
+            // {type: 'checkbox'},
+            {field: 'id', align: 'center',title: '',hide :true}
+            ,{field: 'version', align: 'center',title: '鐗堟湰鍙�',hide :false}
+            ,{field: 'path', align: 'center',title: 'app鍚嶇О',hide :false}
+            ,{field: 'latest$', align: 'center',title: '鏄惁涓烘渶鏂扮増鏈�',hide :false, templet:function (d){
                 if(d.latest == 0){
                     return '<span class="layui-badge layui-bg-gray">鍚�</span>';
                 }else{
                     return '<span class="layui-badge layui-bg-green">鏄�</span>'
                 }
                 }}
-            ,{field: 'type$', align: 'center',title: 'app绫诲瀷'}
-
+            ,{field: 'type$', align: 'center',title: 'app绫诲瀷',hide :false}
+            ,{field: 'userName', align: 'center',title: '鍒涘缓浜哄憳',hide :true}
             ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:400}
         ]],
         request: {

--
Gitblit v1.9.1