Browse Source

其他->其它

zhuth 6 years ago
parent
commit
d705e0c6a3

+ 2 - 2
frontend/saas-web/app/view/home/charts/MonthIO.js

@@ -69,7 +69,7 @@ Ext.define('saas.view.home.charts.MonthIO', {
                 orient: 'horizontal',
                 orient: 'horizontal',
                 left: 0,
                 left: 0,
                 icon: 'circle',
                 icon: 'circle',
-                data: ['主营业务', '其业务'],
+                data: ['主营业务', '其业务'],
                 itemWidth: 9,
                 itemWidth: 9,
                 itemHeight: 9
                 itemHeight: 9
             },
             },
@@ -117,7 +117,7 @@ Ext.define('saas.view.home.charts.MonthIO', {
                 data: main
                 data: main
             },
             },
             {
             {
-                name: '其业务',
+                name: '其业务',
                 type: 'bar',
                 type: 'bar',
                 stack: '合计',
                 stack: '合计',
                 barWidth: 25,
                 barWidth: 25,

+ 1 - 1
frontend/saas-web/app/view/main/MainContainerWrap.js

@@ -33,7 +33,7 @@ Ext.define('saas.view.main.MainContainerWrap', {
             plugins: [new Ext.ux.TabCloseMenu({
             plugins: [new Ext.ux.TabCloseMenu({
                 closeTabText: '关闭当前页',
                 closeTabText: '关闭当前页',
                 closeAllTabsText: '关闭全部页',
                 closeAllTabsText: '关闭全部页',
-                closeOthersTabsText: '关闭其页'
+                closeOthersTabsText: '关闭其页'
             }), new Ext.ux.TabReorderer()],
             }), new Ext.ux.TabReorderer()],
             items: [{
             items: [{
                 iconCls: 'x-sa sa-home',
                 iconCls: 'x-sa sa-home',

+ 1 - 1
frontend/saas-web/app/view/money/report/OtherIODetail.js

@@ -14,7 +14,7 @@ Ext.define('saas.view.money.report.OtherIODetail', {
     groupHeaderTpl: '资金账户: {[values.rows[0].data.bl_bankname]}',
     groupHeaderTpl: '资金账户: {[values.rows[0].data.bl_bankname]}',
     listUrl: '/api/money/report/otheriodetail',
     listUrl: '/api/money/report/otheriodetail',
     defaultCondition: null,
     defaultCondition: null,
-    reportTitle: '其收支明细表',
+    reportTitle: '其收支明细表',
     QueryWidth: 0.2,
     QueryWidth: 0.2,
     searchItems: [{
     searchItems: [{
         xtype: 'bandinfoDbfindTrigger',
         xtype: 'bandinfoDbfindTrigger',

+ 1 - 1
frontend/saas-web/resources/json/navigation.json

@@ -239,7 +239,7 @@
             "id": "monry-report-accountdetails",
             "id": "monry-report-accountdetails",
             "viewType":"monry-report-accountdetails"
             "viewType":"monry-report-accountdetails"
         }, {
         }, {
-            "text":"其收支明细表",
+            "text":"其收支明细表",
             "id":"money-report-otheriodetail",
             "id":"money-report-otheriodetail",
             "viewType":"monry-report-otheriodetail"
             "viewType":"monry-report-otheriodetail"
         },{
         },{