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

1

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