| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="page-box padding-116" page="10"> |
| | | <drag :question="dragQuestion" :page="10"/> |
| | | <graffiti style="width:100%" /> |
| | | </div> --> |
| | | <!-- 函数控件弹窗 --> |
| | | <el-dialog |
| | | :visible.sync="dialogVisible" |
| | |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | import { getResourcePath } from "@/assets/methods/resources"; |
| | | import { getCollectResource,setCollectResource } from "@/assets/methods/resources"; |
| | | import drag from '@/components/dragQuestion/index.vue' |
| | | import graffiti from "@/components/graffiti/index.vue" |
| | | export default { |
| | | name: "chapter-one", |
| | | components: { examinations,drag,graffiti }, |
| | | components: { examinations }, |
| | | props: { |
| | | showPageList: { |
| | | type: Array, |