Files
dvcp_v2_wechat_app/src/project/pingchang/AppGetwayRegister/DetailGetway.vue

15 lines
184 B
Vue
Raw Normal View History

2022-09-22 11:20:10 +08:00
<template>
<div class="DetailGetway"></div>
</template>
<script>
export default {
appName: "卡口登记详情"
}
</script>
<style lang="scss" scoped>
.DetailGetway {
}
</style>