123456789101112131415161718192021222324 |
- <template>
- <div class="container">
- 运营时间管理
- </div>
- </template>
- <script>
- export default {
- name: "OperaTimeManage",
- components:{
- },
- data() {
- return {
- };
- },
- mounted() {
- },
- methods: {
-
- }
- };
- </script>
- <style scoped lang="stylus">
- </style>
|