,
This commit is contained in:
parent
02a680f7a6
commit
d9bd214e68
@ -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>
|
||||
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user