客户标签打印

This commit is contained in:
2022-11-22 09:46:17 +08:00
parent f43ed201d9
commit cc4c84fdc3
3 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
<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>