zhangzaipeng hace 3 años
padre
commit
937ab59d2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      single_table/single-view.js.ftl

+ 1 - 1
single_table/single-view.js.ftl

@@ -8,7 +8,7 @@ export default {
             {
                 xtype: 'button',
                 text: '刷新',
-                iconCls: 'x-fa fa-plus',
+                iconCls: 'fa fa-refresh',
                 listeners: {
                     click: 'scope.refresh'
                 },