From afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期六, 02 十二月 2023 10:38:27 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/rule/rule.js | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/webapp/static/js/rule/rule.js b/src/main/webapp/static/js/rule/rule.js index 53ed583..5043c77 100644 --- a/src/main/webapp/static/js/rule/rule.js +++ b/src/main/webapp/static/js/rule/rule.js @@ -21,17 +21,17 @@ cellMinWidth: 50, height: 'full-120', cols: [[ - {type: 'checkbox'} - ,{field: 'id', align: 'center',title: 'ID'} - ,{field: 'ruleType', align: 'center',title: '瑙勫垯鏂瑰紡锛堥粯璁�1锛氬綋鍓嶆棩鏈熸椂闂存埑锛�'} - ,{field: 'ruleHeader', align: 'center',title: '瑙勫垯澶�'} - ,{field: 'ruleBody', align: 'center',title: '瑙勫垯浣�'} - ,{field: 'ruleConnector', align: 'center',title: '杩炴帴绗︼紙榛樿鈥�-鈥濓級'} - ,{field: 'ruleConnectorType', align: 'center',title: '杩炴帴绗︽槸鍚﹀惎鐢紙0锛氬惎鐢紱1锛氫笉鍚敤銆傞粯璁�1锛�'} - ,{field: 'ruleMemo', align: 'center',title: '澶囨敞'} - ,{field: 'rulePreview', align: 'center',title: '棰勮'} - ,{field: 'ruleStandby1', align: 'center',title: '澶囩敤瀛楁1'} - ,{field: 'ruleStandby2', align: 'center',title: '澶囩敤瀛楁2'} + // {type: 'checkbox'}, + {field: 'id', align: 'center',title: 'ID',width: 80, hide:true} + ,{field: 'ruleType$', align: 'center',title: '瑙勫垯鏂瑰紡', hide:false} + ,{field: 'ruleHeader', align: 'center',title: '瑙勫垯澶�', hide:false} + ,{field: 'ruleBody', align: 'center',title: '瑙勫垯浣�', hide:false} + ,{field: 'ruleConnector$', align: 'center',title: '杩炴帴绗�', hide:false} + ,{field: 'ruleConnectorType$', align: 'center',title: '杩炴帴绗︽槸鍚﹀惎鐢�', hide:false} + ,{field: 'ruleMemo', align: 'center',title: '澶囨敞', hide:false} + ,{field: 'rulePreview', align: 'center',title: '棰勮',width: 350, hide:false} + // ,{field: 'ruleStandby1', align: 'center',title: '澶囩敤瀛楁1'} + // ,{field: 'ruleStandby2', align: 'center',title: '澶囩敤瀛楁2'} ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} ]], -- Gitblit v1.9.1