diff --git a/src/views/Discover/Performance/index.vue b/src/views/Discover/Performance/index.vue index b7f027c..c74c41f 100644 --- a/src/views/Discover/Performance/index.vue +++ b/src/views/Discover/Performance/index.vue @@ -391,7 +391,7 @@ export default { display: true, color: '#64748b', callback: function(value, index, ticks) { - return moment(xData[index]).format('YYYY/MM'); + return moment(xData[index]).format('YYYY/MM/DD'); }, }, border: {