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'
                 },