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
024155b8
Commit
024155b8
authored
Feb 09, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
1d48a559
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
827 additions
and
623 deletions
+827
-623
App.vue
src/App.vue
+1
-1
orderlist.vue
src/components/sale/orderlist.vue
+9
-0
course.vue
src/pages/course/course.vue
+684
-489
stuList.vue
src/pages/stuMan/stuList.vue
+133
-133
No files found.
src/App.vue
View file @
024155b8
...
@@ -20,7 +20,7 @@ export default {
...
@@ -20,7 +20,7 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
@import
url("//at.alicdn.com/t/font_2077629_
qyots58c4km
.css")
;
@import
url("//at.alicdn.com/t/font_2077629_
bgk17xi4zj
.css")
;
@font-face
{
@font-face
{
font-family
:
'din'
;
font-family
:
'din'
;
src
:
url('./assets/font/DIN-Bold.otf')
format
(
'opentype'
);
src
:
url('./assets/font/DIN-Bold.otf')
format
(
'opentype'
);
...
...
src/components/sale/orderlist.vue
View file @
024155b8
...
@@ -66,7 +66,16 @@
...
@@ -66,7 +66,16 @@
<span
@
click=
"goOrderdetails(item, 1)"
class=
"order_OfferId"
>
{{
<span
@
click=
"goOrderdetails(item, 1)"
class=
"order_OfferId"
>
{{
item
.
OrderId
item
.
OrderId
}}
</span>
}}
</span>
<!--
<q-chip
color=
"blue"
text-color=
"white"
size=
"sm"
v-if=
"item.ClassScrollType==1"
>
跟班
</q-chip>
<q-chip
color=
"green"
text-color=
"white"
size=
"sm"
v-if=
"item.ClassScrollType==2"
>
约课
</q-chip>
-->
<q-badge
v-if=
"item.JoinType == 3"
color=
"red"
label=
"续费订单"
style=
"margin-left:5px;"
class=
"q-mr-xs"
/>
<q-badge
v-if=
"item.JoinType == 3"
color=
"red"
label=
"续费订单"
style=
"margin-left:5px;"
class=
"q-mr-xs"
/>
<!--
<q-badge
v-if=
"item.JoinType !== 3"
color=
"green"
label=
"新订单"
style=
"margin-left:5px;"
class=
"q-mr-xs"
/>
-->
<q-badge
v-if=
"item.OrderType == 2 && item.LXConfirmState == 1"
color=
"primary"
label=
"已确认"
<q-badge
v-if=
"item.OrderType == 2 && item.LXConfirmState == 1"
color=
"primary"
label=
"已确认"
style=
"margin-left:5px;"
class=
"q-mr-xs"
/>
style=
"margin-left:5px;"
class=
"q-mr-xs"
/>
...
...
src/pages/course/course.vue
View file @
024155b8
This diff is collapsed.
Click to expand it.
src/pages/stuMan/stuList.vue
View file @
024155b8
This diff is collapsed.
Click to expand it.
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