浏览代码

LY 预约票权限

ly 2 年之前
父节点
当前提交
43ef296d35

+ 15 - 0
ui/src/views/invoicing/electricity/index.vue

@@ -0,0 +1,15 @@
+<template>
+  <div style="width: 500px; height: 500px; text-align: center; padding-top: 200px">
+    <b style="font-size: xxx-large">页面开发中</b>
+  </div>
+</template>
+
+<script>
+export default {
+  name: "index.vue"
+}
+</script>
+
+<style scoped>
+
+</style>

+ 15 - 0
ui/src/views/invoicing/ground/index.vue

@@ -0,0 +1,15 @@
+<template>
+  <div style="width: 500px; height: 500px; text-align: center; padding-top: 200px">
+    <b style="font-size: xxx-large">页面开发中</b>
+  </div>
+</template>
+
+<script>
+export default {
+  name: "index.vue"
+}
+</script>
+
+<style scoped>
+
+</style>

+ 15 - 0
ui/src/views/invoicing/lift/index.vue

@@ -0,0 +1,15 @@
+<template>
+  <div style="width: 500px; height: 500px; text-align: center; padding-top: 200px">
+    <b style="font-size: xxx-large">页面开发中</b>
+  </div>
+</template>
+
+<script>
+export default {
+  name: "index.vue"
+}
+</script>
+
+<style scoped>
+
+</style>