zhangzaipeng пре 3 година
родитељ
комит
937ab59d2b
1 измењених фајлова са 1 додато и 1 уклоњено
  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'
                 },