scorpio 3 năm trước cách đây
mục cha
commit
9fabd9b33e
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/views/home/component/dash.vue

+ 4 - 4
src/views/home/component/dash.vue

@@ -186,16 +186,16 @@ export default {
             prop: 'issueDate',
             type: 'month',
             width: 240,
-            format: 'yyyy-MM',
-            valueFormat: 'yyyy-MM'
+            format: 'YYYY-MM',
+            valueFormat: 'YYYY-MM'
           },
           {
             label: '更新时间',
             prop: 'updateTime',
             type: 'month',
             width: 240,
-            format: 'yyyy-MM-dd',
-            valueFormat: 'yyyy-MM-dd'
+            format: 'YYYY-MM-dd',
+            valueFormat: 'YYYY-MM-dd'
           }]
       },
       page: {