Files
ruoyi-vue/src/views/mobile/fadan/index.vue
2026-04-08 16:26:18 +08:00

13 lines
248 B
Vue

<template>
<fadan-quick-record :is-mobile="true" />
</template>
<script>
import FadanQuickRecord from '@/views/system/jd-instruction/fadan-quick-record.vue'
export default {
name: 'MobileFadan',
components: { FadanQuickRecord }
}
</script>