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
443527f2
Commit
443527f2
authored
Jul 15, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
990c84ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
stopbill-form.vue
src/components/sale/stopbill-form.vue
+7
-2
stopLessonForm.vue
src/components/teacher/stopLessonForm.vue
+1
-1
No files found.
src/components/sale/stopbill-form.vue
View file @
443527f2
...
...
@@ -201,7 +201,8 @@
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
已学课时:
</span>
<span
class=
"backOtherInfo"
style=
"color:#2961FE;cursor:pointer;"
@
click=
"goStudentsClassSee(setingObj.DataObj.Order_Guest_ViewModel)"
>
{{
setingObj
.
DataObj
.
Order_Guest_ViewModel
.
Ranks
}}
课时
</span>
<!--
<span
class=
"backOtherInfo"
style=
"color:#2961FE;cursor:pointer;"
@
click=
"goStudentsClassSee(setingObj.DataObj.Order_Guest_ViewModel)"
>
{{
setingObj
.
DataObj
.
Order_Guest_ViewModel
.
Ranks
}}
课时
</span>
-->
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
Order_Guest_ViewModel
.
Ranks
}}
课时
</span>
</div>
</div>
<div
class=
"row backInfo_One"
>
...
...
@@ -230,7 +231,7 @@
<div
class=
"replayReason"
>
<div
class=
"replay_Title"
>
生效日期
</div>
<div
style=
"color:#666666;margin-top:5px;"
class=
"q-mb-md"
>
{{
setingObj
.
DataObj
.
TakeEffectTime
}}
{{
handleDate
(
setingObj
.
DataObj
.
TakeEffectTime
)
}}
</div>
<div
class=
"replay_Title"
>
停课原因
</div>
<div
style=
"color:#666666;margin-top:5px;"
>
...
...
@@ -477,6 +478,10 @@
this
.
persistent
=
false
;
this
.
$emit
(
'close'
);
},
handleDate
(
T
){
let
date
=
T
.
split
(
"T"
)
return
date
[
0
]
}
}
}
...
...
src/components/teacher/stopLessonForm.vue
View file @
443527f2
...
...
@@ -4,7 +4,7 @@
<q-card-section>
<div
class=
"text-h6"
>
创建停课申请单
</div>
</q-card-section>
<q-card-section
class=
"q-pt-none"
style=
"height: 70vh"
>
<q-card-section
class=
"q-pt-none"
>
<div
class=
"text-caption q-mb-lg q-px-md text-grey-6"
>
基本资料
</div>
<div
class=
"col flex items-center"
>
<div
class=
"col-2 text-grey-6"
>
...
...
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