13 lines
248 B
Vue
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>
|