Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
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
王旭
mt-education-mobile
Commits
c8c938aa
Commit
c8c938aa
authored
Jan 06, 2020
by
wangjiankun
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/views/TrainDetail/index.vue
parents
56a85934
701448e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
19 deletions
+20
-19
curriculum.vue
src/components/PersonalCenter/curriculum.vue
+2
-1
index.vue
src/views/addTrain/index.vue
+18
-18
No files found.
src/components/PersonalCenter/curriculum.vue
View file @
c8c938aa
...
...
@@ -296,7 +296,8 @@ export default {
.Popup-span{
cursor: pointer;
& > img{
width: 17px;
width: 1rem;
height: 0.2rem;
}
}
}
...
...
src/views/addTrain/index.vue
View file @
c8c938aa
...
...
@@ -586,19 +586,19 @@ export default {
break
case
'txt'
:
iconUrl
=
require
(
'@assets/images/MyInformation/TXT.png'
)
fileType
=
'
5
'
fileType
=
'
6
'
break
case
'rar'
:
iconUrl
=
require
(
'@assets/images/MyInformation/RAR.png'
)
fileType
=
'
6
'
fileType
=
'
11
'
break
case
'zip'
:
iconUrl
=
require
(
'@assets/images/MyInformation/ZIP.png'
)
fileType
=
'
6
'
fileType
=
'
12
'
break
case
'gif'
:
iconUrl
=
require
(
'@assets/images/MyInformation/GIF.png'
)
fileType
=
'
7
'
fileType
=
'
9
'
break
case
'jpg'
:
iconUrl
=
require
(
'@assets/images/MyInformation/JPG.png'
)
...
...
@@ -606,26 +606,26 @@ export default {
break
case
'png'
:
iconUrl
=
require
(
'@assets/images/MyInformation/PNG.png'
)
fileType
=
'
7
'
fileType
=
'
8
'
break
case
'xls'
:
iconUrl
=
require
(
'@assets/images/MyInformation/XLS.png'
)
fileType
=
'
8
'
fileType
=
'
5
'
break
case
'xml'
:
iconUrl
=
require
(
'@assets/images/MyInformation/XML.png'
)
fileType
=
'
8
'
fileType
=
'
5
'
break
case
'xlsx'
:
iconUrl
=
require
(
'@assets/images/MyInformation/XLSX.png'
)
fileType
=
'
8
'
fileType
=
'
5
'
break
default
:
iconUrl
=
require
(
'@assets/images/MyInformation/未知.png'
)
if
(
fileFormat
===
'word'
)
{
fileType
=
'4'
}
else
if
(
fileFormat
===
'text'
)
{
fileType
=
'
5
'
fileType
=
'
6
'
}
else
if
(
fileFormat
===
'bmp'
||
fileFormat
===
'jpeg'
)
{
fileType
=
'7'
}
...
...
@@ -877,19 +877,19 @@ export default {
break
case
'txt'
:
iconUrl
=
require
(
'@assets/images/MyInformation/TXT.png'
)
type
=
'
5
'
type
=
'
6
'
break
case
'rar'
:
iconUrl
=
require
(
'@assets/images/MyInformation/RAR.png'
)
type
=
'
6
'
type
=
'
11
'
break
case
'zip'
:
iconUrl
=
require
(
'@assets/images/MyInformation/ZIP.png'
)
type
=
'
6
'
type
=
'
12
'
break
case
'gif'
:
iconUrl
=
require
(
'@assets/images/MyInformation/GIF.png'
)
type
=
'
7
'
type
=
'
9
'
break
case
'jpg'
:
iconUrl
=
require
(
'@assets/images/MyInformation/JPG.png'
)
...
...
@@ -897,26 +897,26 @@ export default {
break
case
'png'
:
iconUrl
=
require
(
'@assets/images/MyInformation/PNG.png'
)
type
=
'
7
'
type
=
'
8
'
break
case
'xls'
:
iconUrl
=
require
(
'@assets/images/MyInformation/XLS.png'
)
type
=
'
8
'
type
=
'
5
'
break
case
'xml'
:
iconUrl
=
require
(
'@assets/images/MyInformation/XML.png'
)
type
=
'
8
'
type
=
'
5
'
break
case
'xlsx'
:
iconUrl
=
require
(
'@assets/images/MyInformation/XLSX.png'
)
type
=
'
8
'
type
=
'
5
'
break
default
:
iconUrl
=
require
(
'@assets/images/MyInformation/未知.png'
)
if
(
fileFormat
===
'word'
)
{
type
=
'4'
}
else
if
(
fileFormat
===
'text'
)
{
type
=
'
5
'
type
=
'
6
'
}
else
if
(
fileFormat
===
'bmp'
||
fileFormat
===
'jpeg'
)
{
type
=
'7'
}
...
...
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