Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
57fde9ea
Commit
57fde9ea
authored
Aug 30, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d89019ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
reserveclass-form.vue
src/components/school/student/reserveclass-form.vue
+8
-9
student-shiting.vue
src/components/school/student/student-shiting.vue
+4
-2
No files found.
src/components/school/student/reserveclass-form.vue
View file @
57fde9ea
...
...
@@ -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
,
//编号
...
...
src/components/school/student/student-shiting.vue
View file @
57fde9ea
<
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
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment