From daa3d9edea915514e28c568b7288e6415f02fef4 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期二, 07 一月 2025 17:24:20 +0800 Subject: [PATCH] 页面按钮权限以及图标和样式 --- Source/plt-web/plt-web-ui/src/util/basic-option.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/util/basic-option.js b/Source/plt-web/plt-web-ui/src/util/basic-option.js index e34e741..f359631 100644 --- a/Source/plt-web/plt-web-ui/src/util/basic-option.js +++ b/Source/plt-web/plt-web-ui/src/util/basic-option.js @@ -2,17 +2,17 @@ border:true, height:'auto', index:true, + indexFixed:false,//鍥哄畾鍒� dialogDrag:true, searchShow:true, searchIcon:true, - selection:true, - stripe:true, + selection:true, //鏄惁鏈夐�夋嫨妗� + selectionFixed:false, + stripe:true, //鏉$汗 headerAlign: 'center', align: 'center', emptyText: '鏆傛棤鍐呭', - // selection 鏄惁鏈夐�夋嫨妗� - // indexFixed:true/left/right, 鍥哄畾鍒� + tip:false, // menu:false, 鏄惁鏈夋搷浣滄爮 // menuTitle:xxx, 鎿嶄綔鏍忔爣棰� - // stripe 鏉$汗 } -- Gitblit v1.9.3