mes_mobile/pages/production/productionDetail.vue

23 lines
162 B
Vue
Raw Normal View History

2024-02-19 16:53:38 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>