阅行客电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
347 B

<template>
<div>
<Running ref="running" :is-histroy="true" />
</div>
</template>
<script>
import Running from '../running/index'
export default {
name: 'History',
components: { Running },
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>