更新
This commit is contained in:
parent
457a062131
commit
444dd4ea79
@ -80,13 +80,13 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row>
|
<!-- <el-row>-->
|
||||||
<el-col>
|
<!-- <el-col>-->
|
||||||
<el-form-item label="课程简介" prop="remark">
|
<!-- <el-form-item label="课程简介" prop="remark">-->
|
||||||
<el-input type="textarea" :rows="2" v-model="formData.remark" placeholder="请输入课程简介"/>
|
<!-- <el-input type="textarea" :rows="2" v-model="formData.remark" placeholder="请输入课程简介"/>-->
|
||||||
</el-form-item>
|
<!-- </el-form-item>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
</el-row>
|
<!-- </el-row>-->
|
||||||
|
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col>
|
<el-col>
|
||||||
@ -96,6 +96,15 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|
||||||
|
<el-row>
|
||||||
|
<el-col>
|
||||||
|
<el-form-item label="课程简介" prop="remark">
|
||||||
|
<Editor v-model="formData.remark" placeholder="请输入课程简介"></Editor>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
|
||||||
</el-form>
|
</el-form>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
<el-button type="primary" @click="submitForm" :disabled="formLoading">确 定</el-button>
|
<el-button type="primary" @click="submitForm" :disabled="formLoading">确 定</el-button>
|
||||||
@ -127,9 +136,10 @@
|
|||||||
<script>
|
<script>
|
||||||
import * as DlDriveSchoolCourseApi from '@/views/drivingSchool/schoolCourse/courseApi';
|
import * as DlDriveSchoolCourseApi from '@/views/drivingSchool/schoolCourse/courseApi';
|
||||||
import {listCoach} from "../../drivingSchoolCar/api/car";
|
import {listCoach} from "../../drivingSchoolCar/api/car";
|
||||||
|
import Editor from "@/components/Editor/index.vue";
|
||||||
export default {
|
export default {
|
||||||
name: "DlDriveSchoolCourseForm",
|
name: "DlDriveSchoolCourseForm",
|
||||||
components: {},
|
components: {Editor},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
// 弹出层标题
|
// 弹出层标题
|
||||||
|
Loading…
Reference in New Issue
Block a user