rhb-server/mes-ui/rhb-app/uni_modules/hgview-ui/components/hg-picker/column.vue

20 lines
153 B
Vue
Raw Normal View History

2025-10-20 11:14:41 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>