Ver código fonte

历史数据相关文件

yuhan 9 meses atrás
pai
commit
d890e6a533

+ 24 - 0
src/views/module_interLock/baseScheduleSet/BaseScheduleSetList.vue

@@ -0,0 +1,24 @@
+<template>
+  <a-card :bordered="false">
+    排程设置
+  </a-card>
+</template>
+
+<script>
+export default {
+  name: '',
+  data () {
+    return {
+    }
+  },
+  created () {
+  },
+  mounted () {
+  },
+  methods: {
+  }
+}
+</script>
+
+<style lang="less" scoped>
+</style>

+ 24 - 0
src/views/module_interLock/interlockHistoryData/InterlockHistoryList.vue

@@ -0,0 +1,24 @@
+<template>
+  <div>
+    111
+  </div>
+</template>
+
+<script>
+export default {
+  name: '',
+  data () {
+    return {
+    }
+  },
+  created () {
+  },
+  mounted () {
+  },
+  methods: {
+  }
+}
+</script>
+
+<style lang="less" scoped>
+</style>

+ 24 - 0
src/views/module_interLock/interlockHistoryData/InterlockTimedReport.vue

@@ -0,0 +1,24 @@
+<template>
+  <div>
+    3222
+  </div>
+</template>
+
+<script>
+export default {
+  name: '',
+  data () {
+    return {
+    }
+  },
+  created () {
+  },
+  mounted () {
+  },
+  methods: {
+  }
+}
+</script>
+
+<style lang="less" scoped>
+</style>

+ 0 - 0
src/views/module_interLock/interlockVisualStatistics/index.vue