ipc-app/pages/work/maintenance/listMaintenance.vue
2024-05-28 10:19:59 +08:00

23 lines
163 B
Vue

<template>
<view>
1
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>