소스 검색

Merge branch 'master' of http://119.23.210.103:3000/wy/lh_firm_former

zjy 3 년 전
부모
커밋
9ac9d963fb
4개의 변경된 파일22554개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 7
      .vscode/settings.json
  2. 22552 1
      package-lock.json
  3. 1 1
      src/business/platform/form/formrender/dynamic-form/mixins/StatisOrRecordTable.vue
  4. 1 1
      src/views/statistics/indexold.vue

+ 0 - 7
.vscode/settings.json

@@ -1,7 +0,0 @@
-{
-    "workbench.colorCustomizations": {
-        "activityBar.background": "#2E0B8A",
-        "titleBar.activeBackground": "#4110C2",
-        "titleBar.activeForeground": "#FDFCFF"
-    }
-}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 22552 - 1
package-lock.json


+ 1 - 1
src/business/platform/form/formrender/dynamic-form/mixins/StatisOrRecordTable.vue

@@ -26,7 +26,7 @@
 <script>
   import $dialog from '@/utils/dialog'
   import store from '@/store'
-  import templateStatis from '@/views/statistics/index.vue'
+  import templateStatis from '@/views/statistics/indexold.vue'
   import { mapState, mapGetters, mapActions } from 'vuex'
   export default {
     components:{

+ 1 - 1
src/views/statistics/indexold.vue

@@ -371,7 +371,7 @@
     },
     created() {
       //时间
-      this.currentTime()
+      // this.currentTime()
       if(screenfull.isEnabled && !screenfull.isFullscreen){
       this.allView()
         

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.