add week
This commit is contained in:
14
ruoyi-ui/src/views/benyi/thememonthplan/table.vue
Normal file
14
ruoyi-ui/src/views/benyi/thememonthplan/table.vue
Normal file
@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="table-container"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'MonthTable',
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
created() {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
Reference in New Issue
Block a user