Browse Source

放大镜标题

zhuth 7 years ago
parent
commit
f80c597e7c

+ 1 - 1
frontend/saas-web/app/view/core/dbfind/DbfindTrigger.js

@@ -129,7 +129,7 @@ Ext.define('saas.view.core.dbfind.DbfindTrigger', {
             modal:true,
             height: height * 0.8,
             width: width * 0.8,
-            title: '查找',
+            title: '查找' + f.addTitle,
             scrollable: true,
             bodyPadding: 10,
             constrain: true,

+ 1 - 1
frontend/saas-web/app/view/core/dbfind/MultiDbfindTrigger.js

@@ -117,7 +117,7 @@ Ext.define('saas.view.core.dbfind.MultiDbfindTrigger', {
             modal:true,
             height: '80%',
             width: '80%',
-            title: '查找',
+            title: '查找' + f.addTitle,
             scrollable: true,
             bodyPadding: 10,
             constrain: true,