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
337e48f7
Commit
337e48f7
authored
Mar 01, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
130530b1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
App.vue
src/App.vue
+6
-0
yueke.vue
src/components/school/student/transfer-order/yueke.vue
+1
-1
routes.js
src/router/routes.js
+5
-1
No files found.
src/App.vue
View file @
337e48f7
...
@@ -36,6 +36,12 @@ export default {
...
@@ -36,6 +36,12 @@ export default {
.q-scrollarea__thumb
{
.q-scrollarea__thumb
{
z-index
:
999999
!important
;
z-index
:
999999
!important
;
}
}
body
{
min-width
:
1360px
!important
;
}
header
{
min-width
:
1360px
;
}
html
,
html
,
body
,
body
,
#q-app
{
#q-app
{
...
...
src/components/school/student/transfer-order/yueke.vue
View file @
337e48f7
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
input=
"resetSearch"
@
input=
"resetSearch"
clearable
clearable
filled
filled
v-model=
"msg.C
ourse
Name"
v-model=
"msg.C
lass
Name"
label=
"课程名称"
label=
"课程名称"
@
clear=
"resetSearch"
@
clear=
"resetSearch"
maxlength=
"20"
maxlength=
"20"
...
...
src/router/routes.js
View file @
337e48f7
...
@@ -1477,7 +1477,11 @@ const routes = [{
...
@@ -1477,7 +1477,11 @@ const routes = [{
{
path
:
"/stuMan/coffeeManage"
,
//学管 商品管理
component
:
()
=>
import
(
"pages/stuMan/coffeeManage/index"
)
},
{
{
path
:
"/stuMan/activeList"
,
//学管 活动列表
path
:
"/stuMan/activeList"
,
//学管 活动列表
component
:
()
=>
component
:
()
=>
...
...
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