Browse Source

接口数据请求

zhuth 6 years ago
parent
commit
6c5f43a7ae
2 changed files with 8 additions and 2 deletions
  1. 2 2
      app/view/grid/paging/Panel2.js
  2. 6 0
      resources/json/navigation.json

+ 2 - 2
app/view/grid/pagingBlurred/Panel.js → app/view/grid/paging/Panel2.js

@@ -1,6 +1,6 @@
-Ext.define('uas.view.grid.pagingBlurred.Panel', {
+Ext.define('uas.view.grid.paging.Panel2', {
     extend: 'Ext.grid.Panel',
-    xtype: 'blurred-paging-grid',
+    xtype: 'paging-grid2',
 
     store: {
         type: 'big-data',

+ 6 - 0
resources/json/navigation.json

@@ -80,6 +80,12 @@
                 "target": "paging-grid",
                 "iconCls": "x-fa fa-smile-o"
             },
+            {
+                "text": "分页2",
+                "leaf": true,
+                "target": "paging-grid2",
+                "iconCls": "x-fa fa-smile-o"
+            },
             {
                 "text": "大数据",
                 "leaf": true,