Commit 57fde9ea authored by 吴春's avatar 吴春

1

parent d89019ad
...@@ -24,13 +24,8 @@ ...@@ -24,13 +24,8 @@
</div> </div>
<div class="row studentDate" > <div class="row studentDate" >
<q-input <UeEditor v-model="addMsg.Demand" class="q-pb-sm" placeholder="试听需求" :config="config"></UeEditor>
style="width:257px;"
v-model="addMsg.Demand"
placeholder="试听需求"
filled
type="textarea"
/>
</div> </div>
<div class="row wrap justify-end q-pr-lg" style="margin-bottom:10px;"> <div class="row wrap justify-end q-pr-lg" style="margin-bottom:10px;">
...@@ -52,11 +47,11 @@ ...@@ -52,11 +47,11 @@
GetTrialLessonList GetTrialLessonList
} from "../../../api/school/index"; } from "../../../api/school/index";
// import auditionForm from "../../schedul/audition-form"; // import auditionForm from "../../schedul/audition-form";
import UeEditor from "../../editor/UeEditor";
export default { export default {
components: { components: {
// auditionForm, // auditionForm,
UeEditor
}, },
props: { props: {
saveObj: { saveObj: {
...@@ -66,6 +61,10 @@ ...@@ -66,6 +61,10 @@
}, },
data() { data() {
return { return {
config: {
initialFrameWidth: null,
initialFrameHeight: 90
},
isShowReserve: false, isShowReserve: false,
addMsg: { addMsg: {
Id: 0, //编号 Id: 0, //编号
......
<style></style> <style>
.divP p{margin:0px !important;}
</style>
<template> <template>
<div> <div>
<!-- <div class="row wrap"> <!-- <div class="row wrap">
...@@ -35,7 +37,7 @@ ...@@ -35,7 +37,7 @@
试听日期:{{ timeFormatSeconds(tItem.ReservationDate) }} 试听日期:{{ timeFormatSeconds(tItem.ReservationDate) }}
</div> </div>
<div v-if="tItem.Demand&&tItem.Demand.length>0"> <div v-if="tItem.Demand&&tItem.Demand.length>0">
试听需求:{{ tItem.Demand }} <span style="float:left;"> 试听需求:</span><div v-html="tItem.Demand" class="divP"></div>
</div> </div>
<div> <div>
预约时间:{{ tItem.ClassDateStr }} {{ tItem.ClassTime }} 预约时间:{{ tItem.ClassDateStr }} {{ tItem.ClassTime }}
......
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