This commit is contained in:
lb
2023-10-30 10:35:09 +08:00
parent 216aa6291d
commit bacf2eab0b
3 changed files with 416 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<!--
filename: CollectionConfig.vue
author: liubin
date: 2023-10-30 10:09:03
description:
-->
<template>
<div class="equipment-collection-config">
collection config
</div>
</template>
<script>
export default {
name: "EquipmentCollectionConfig",
components: {},
props: {},
data() {
return {}
},
computed: {},
methods: {},
}
</script>
<style scoped lang="scss">
</style>