From 0bfa9ba84cf3a96e42b15b3cb3779076a27d6520 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期日, 04 八月 2024 17:04:15 +0800 Subject: [PATCH] 调整 --- module/config/page/criteria_rule_selection.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/config/page/criteria_rule_selection.html b/module/config/page/criteria_rule_selection.html index df2dd5b..5b015ea 100644 --- a/module/config/page/criteria_rule_selection.html +++ b/module/config/page/criteria_rule_selection.html @@ -103,14 +103,14 @@ var tablebuttonClick = []; tablebuttonClick = [ { - isbuttonshow: me.cbuttons_r.add,type:"primary", + isbuttonshow: true,type:"primary", code: "add",isselected: false,classname: "", onclick: function(obj) { me.onEditData('add', {}) } }, { - isbuttonshow: me.cbuttons_r.edit,type:"primary", + isbuttonshow: true,type:"primary", code: "edit", isselected: true, classname:"", disabled: function(selectRowList) { var bo_ = true ; -- Gitblit v1.8.0