解决冲突
This commit is contained in:
commit
5225f6b57a
21
src/views/projectAdmin/zjsj/command/ReftThree.vue
Normal file
21
src/views/projectAdmin/zjsj/command/ReftThree.vue
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<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>
|
||||||
@ -26,7 +26,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Card from '../components/Card'
|
import Card from '../components/Card'
|
||||||
|
|
||||||
import echarts from 'echarts4'
|
import echarts from 'echarts4'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user