集团详情

This commit is contained in:
BOOL\25024
2024-01-15 09:28:57 +08:00
parent c35b86c728
commit d37d3612ce
3 changed files with 77 additions and 67 deletions

View File

@@ -0,0 +1,27 @@
<template>
<div>
详情
</div>
</template>
<script>
export default {
name: 'JsowellUiDetail',
data() {
return {
};
},
mounted() {
},
methods: {
},
};
</script>
<style lang="scss" scoped></style>