This commit is contained in:
shijingjing
2022-09-22 11:20:10 +08:00
parent fa543d0807
commit f3feb75e18
5 changed files with 702 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div class="DetailGetway"></div>
</template>
<script>
export default {
appName: "卡口登记详情"
}
</script>
<style lang="scss" scoped>
.DetailGetway {
}
</style>