Files
pad-hl-hcx-new/pages/management/hcxcheck.vue
2023-03-22 18:57:35 +08:00

28 lines
372 B
Vue

<template>
<view class="content">
<nav-bar title="缓存线盘点"></nav-bar>
<view class="status-wrap">
</view>
<view class="material-wrap"></view>
</view>
</template>
<script>
import NavBar from '@/components/NavBar.vue'
export default {
components: {
NavBar
},
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>