Dining_Hall/pages/sendACarSystem/components/SendCarDetails.vue

25 lines
246 B
Vue

<template>
<div>
派车详情
</div>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>