From 98cb381b16dafa272e68bf0e5058ffeaa304624d Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期日, 04 八月 2024 17:04:43 +0800 Subject: [PATCH] 调整 --- module/config/page/criteria_rule_selection.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/config/page/criteria_rule_selection.html b/module/config/page/criteria_rule_selection.html index df2dd5b..d52dba1 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', {}) + // 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 ; @@ -120,7 +120,7 @@ return bo_; }, onclick: function(obj) { - me.onEditData('edit', obj.selectedList[0]); + // me.onEditData('edit', obj.selectedList[0]); } }, ] -- Gitblit v1.8.0