Files
hht-tongbo/pages/ProductManage/ZjCasing.vue
2022-10-11 17:03:44 +08:00

24 lines
272 B
Vue

<template>
<view>
<nav-bar title="子卷套管"></nav-bar>
</view>
</template>
<script>
import NavBar from '@/components/NavBar.vue'
export default {
components: {
NavBar
},
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>