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 |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/module/config/page/criteria_rule_selection.html b/module/config/page/criteria_rule_selection.html
index 9708204..d52dba1 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', {})
+										// 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