This commit is contained in:
Luck-Xiaomi 2022-09-02 16:54:12 +08:00
parent 02a680f7a6
commit d9bd214e68
2 changed files with 11 additions and 32 deletions

View File

@ -1,21 +0,0 @@
<template>
<div>
<Card title="进度管理">
<div class="contentBox">
123
</div>
</Card>
</div>
</template>
<script>
import Card from '../components/Card'
export default {
components: { Card },
data() {
return { }
}
}
</script>
<style lang="less" scoped></style>

View File

@ -37,17 +37,17 @@
</template>
<script>
import LeftOne from './LeftOne'
import LeftTwo from './LeftTwo'
import LeftThree from './LeftThree'
import LeftFour from './LeftFour'
import Center from './Center'
import CenterBOne from './CenterBOne'
import CenterBTwo from './CenterBTwo'
import RightOne from './RightOne'
import RightTwo from './RightTwo'
import RightThree from './RightThree'
import RightFour from './RightFour'
import LeftOne from './leftOne'
import LeftTwo from './leftTwo'
import LeftThree from './leftThree'
import LeftFour from './leftFour'
import Center from './center'
import CenterBOne from './centerBOne'
import CenterBTwo from './centerBTwo'
import RightOne from './rightOne'
import RightTwo from './rightTwo'
import RightThree from './rightThree'
import RightFour from './rightFour'
export default {
components: {