diff --git a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue
index 939a96af..6c307e0b 100644
--- a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue
+++ b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue
@@ -3,81 +3,44 @@
+ @search="handleTreeSearch" />
+
+
+
-
-
+
+
- {{ title }}
+ {{ record.title }}
-
- {{ title.substr(0, title.indexOf(treeInput)) }}
+
+ {{ record.title.substr(0, record.title.indexOf(treeInput)) }}
{{ treeInput }}
- {{ title.substr(title.indexOf(treeInput) + treeInput.length) }}
+ {{ record.title.substr(record.title.indexOf(treeInput) + treeInput.length) }}
- {{ title }}
+ {{ record.title }}
-
-
-
-
-
-
-
-
- {{ title }}
-
-
- {{ title.substr(0, title.indexOf(treeInput)) }}
- {{ treeInput }}
- {{ title.substr(title.indexOf(treeInput) + treeInput.length) }}
-
- {{ title }}
-
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
- {{ title }}
-
-
- {{ title.substr(0, title.indexOf(treeInput)) }}
- {{ treeInput }}
- {{ title.substr(title.indexOf(treeInput) + treeInput.length) }}
-
- {{ title }}
-
-
-
-
-
-
+
-
+
@@ -132,11 +95,11 @@
-
+
-
+
-
+
{{ operation.text }}
@@ -170,6 +133,7 @@