Commit b6f65ed6 authored by zhengke's avatar zhengke

修改

parent 7fb9b163
......@@ -62,7 +62,8 @@
</q-td>
</template>
</q-table>
<classroom-form v-if="isShowEditClassRoomForm" :save-obj="classRoomOption" @close="closeClassRoomForm" @success="refreshPage">
<classroom-form v-if="isShowEditClassRoomForm" :save-obj="classRoomOption" @close="closeClassRoomForm"
@success="refreshPage">
</classroom-form>
</div>
</div>
......@@ -73,13 +74,13 @@
getSchoolDropdown,
deleteClassRoomInfo
} from '../../api/school/index'
import classRoomForm from '../../components/school/classroom/classroom-form'
import classroomForm from '../../components/school/classroom/classroom-form'
export default {
meta: {
title: "教室管理"
},
components: {
classRoomForm
classroomForm
},
data() {
return {
......@@ -232,7 +233,9 @@
}
},
}
</script>
<style lang="sass">
@import url('~assets/css/table.sass');
</style>
\ No newline at end of file
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment