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 | 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 9708204..5b015ea 100644 --- a/module/config/page/criteria_rule_selection.html +++ b/module/config/page/criteria_rule_selection.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache"><meta http-equiv="Cache" content="no-cache"> - <title>閬撮�夋潯浠�</title> + <title>閬撮�夋潯浠剁鐞�</title> <script type="text/javascript"> var pageVue = null; @@ -16,7 +16,7 @@ el: "#vbody", data: { dataname: "md_org_account_criteria_rule", - title: "閬撮�夋潯浠�", + title: "閬撮�夋潯浠剁鐞�", filterfieldClick: {}, tablefieldClick: {}, @@ -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