Browse Source

时间格式调整

zhuth 7 years ago
parent
commit
bc533702d1

+ 1 - 1
frontend/operation-web/app/view/cuservice/Feedback.js

@@ -26,7 +26,7 @@ Ext.define('saas.view.cuservice.Feedback', {
         dataIndex: 'cf_creatime',
         width: 180,
         renderer: function(v, m, r) {
-            return Ext.Date.format(new Date(v), 'Y-m-d h:i:s');
+            return Ext.Date.format(new Date(v), 'Y-m-d H:i:s');
         }
     }, {
         text: '反馈内容',

+ 1 - 1
frontend/operation-web/app/view/statistical/CompanyInfo.js

@@ -14,7 +14,7 @@ Ext.define('saas.view.statistical.CompanyInfo', {
         width: 180,
         xtype: 'datecolumn',
         renderer: function(v, m, r) {
-            return Ext.Date.format(new Date(v), 'Y-m-d h:i:s');
+            return Ext.Date.format(new Date(v), 'Y-m-d H:i:s');
         }
     }, {
         text: '企业编号',

+ 1 - 1
frontend/operation-web/app/view/statistical/LoginLog.js

@@ -30,7 +30,7 @@ Ext.define('saas.view.statistical.LoginLog', {
         width: 180,
         xtype: 'datecolumn',
         renderer: function(v, m, r) {
-            return Ext.Date.format(new Date(v), 'Y-m-d h:i:s');
+            return Ext.Date.format(new Date(v), 'Y-m-d H:i:s');
         }
     }],
 

+ 1 - 1
frontend/operation-web/app/view/statistical/PersonInfo.js

@@ -49,7 +49,7 @@ Ext.define('saas.view.statistical.PersonInfo', {
         dataIndex: 'createTime',
         width: 180,
         renderer: function(v, m, r) {
-            return Ext.Date.format(new Date(v), 'Y-m-d h:i:s'); 
+            return Ext.Date.format(new Date(v), 'Y-m-d H:i:s'); 
         }
     }, {
         text: 'UU号',