Files
hht-tongbo/pages/WarehouseManage/CustomerLabelPrint.vue
2022-11-22 09:46:17 +08:00

26 lines
365 B
Vue

<template>
<view class="zd_container">
<nav-bar title="客户标签打印"></nav-bar>
</view>
</template>
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
export default {
components: {
NavBar,
SearchBox
},
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>