YNUtdPlatform/pages/HealthExaminationApp/report/report.vue

20 lines
172 B
Vue

<template>
<view>
提交报告
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss" scoped>
</style>