Browse Source

Merge branch 'http_mock' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_mock

qinzhipeng_v 5 years ago
parent
commit
5814653b9f
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/layout/index.vue
  2. 1 1
      src/views/projectManage/requirement/list/index.vue

+ 1 - 0
src/layout/index.vue

@@ -63,6 +63,7 @@ export default {
     position: relative;
     height: 100%;
     width: 100%;
+    overflow: auto;
     &.mobile.openSidebar{
       position: fixed;
       top: 0;

+ 1 - 1
src/views/projectManage/requirement/list/index.vue

@@ -257,7 +257,7 @@ export default {
       })
     },
     getcreateTime(time) {
-      return time.substring(2, 10).replace(/-/g, '/')
+      return time.substring(0, 10)
     },
     // 分页pageSize选择
     handleSizeChange: function(pageSize) {