报表申报智能运输页面完成
This commit is contained in:
@@ -1,24 +1,12 @@
|
||||
<!-- 底部导航栏:智能 -->
|
||||
<!-- 底部导航栏:智能 -->
|
||||
<template>
|
||||
<view class="contentBox">
|
||||
智能
|
||||
<ProjectOverView />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
title: 'Hello'
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
<script setup>
|
||||
import ProjectOverView from '../components/ProjectOverView.vue'
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user