Files
dvcp_v2_wechat_app/src/project/pingchang/AppGetwayRegister/DetailGetway.vue
shijingjing f3feb75e18 平昌
2022-09-22 11:20:10 +08:00

15 lines
184 B
Vue

<template>
<div class="DetailGetway"></div>
</template>
<script>
export default {
appName: "卡口登记详情"
}
</script>
<style lang="scss" scoped>
.DetailGetway {
}
</style>