|
|
@@ -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: '反馈内容',
|