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
e4953f26
Commit
e4953f26
authored
Mar 01, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
2d86fa1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
index.vue
src/pages/stuMan/coffeeManage/index.vue
+5
-4
subscribe.vue
src/pages/studyAbroad/subscribe.vue
+1
-4
No files found.
src/pages/stuMan/coffeeManage/index.vue
View file @
e4953f26
...
...
@@ -5,16 +5,17 @@
</
template
>
<
script
>
export
default
{
meta
:
{
title
:
"商品管理"
},
data
()
{
return
{
token
:
""
,
url
:
`http://127.0.0.1:8080/#/coffeeManage/index?token=
${
this
.
token
}
`
url
:
`http://127.0.0.1:8080/#/coffeeManage/index?token=''`
}
},
mounted
(){
let
userinfo
=
JSON
.
parse
(
localStorage
.
getItem
(
'loginUserInfo'
)).
data
this
.
token
=
userinfo
.
MallToken
console
.
log
(
this
.
token
,
17
,
this
.
url
)
this
.
url
=
"http://127.0.0.1:8080/#/coffeeManage/index?token="
+
userinfo
.
MallToken
}
}
</
script
>
...
...
src/pages/studyAbroad/subscribe.vue
View file @
e4953f26
...
...
@@ -86,10 +86,6 @@
isShowTag(__item.GuestList, __item.ScrollMinNum)
"
/>
<div
v-if=
"viewType == 'day' || item.RList.length == 1"
class=
"q-pa-xs"
>
<!--
<div
class=
"flex"
>
<span
class=
"detailLabel"
>
老师:
</span
><span>
{{
_item
.
TeacherName
}}
</span>
</div>
-->
<div
class=
"flex"
>
<span
class=
"detailLabel"
>
教室:
</span>
{{
__item
.
RoomName
}}
</div>
...
...
@@ -159,6 +155,7 @@
><span>
{{
__item
.
ScrollMaxNum
}}
</span>
</div>
-->
</div>
<div
v-if=
"viewType == 'week'&&__item.ClassType === 3"
style=
"writing-mode:vertical-rl;font-size:10px"
>
{{
__item
.
CourseGradeName
}}
<span>
第
{{
__item
.
Ranks
||
0
}}
次课
</span>
</div>
</div>
<div
style=
"position:relative"
>
<q-badge
rounded
color=
"red"
label=
"未成班"
style=
"position:absolute;top:0;right:0"
...
...
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