Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newCSO_2023
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhi
newCSO_2023
Commits
03d8269b
Commit
03d8269b
authored
Mar 06, 2023
by
lizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
95e80128
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
7 deletions
+26
-7
src/main.js
+2
-1
src/views/pms/product/components/courseInfo.vue
+24
-6
No files found.
src/main.js
View file @
03d8269b
...
@@ -28,7 +28,8 @@ moment.locale("zh-cn");
...
@@ -28,7 +28,8 @@ moment.locale("zh-cn");
Vue
.
prototype
.
$UPLOAD_BASE_URL
=
process
.
env
.
BASE_API
;
//图片上传的服务器地址
Vue
.
prototype
.
$UPLOAD_BASE_URL
=
process
.
env
.
BASE_API
;
//图片上传的服务器地址
// Vue.prototype.$H5_BASE_URL = "http://192.168.10.108:8081/#/"; //H5服务器地址
// Vue.prototype.$H5_BASE_URL = "http://192.168.10.108:8081/#/"; //H5服务器地址
// Vue.prototype.$UPLOAD_BASE_URL = "http://test.csasedu.com:10032"; //图片上传的服务器地址
// Vue.prototype.$UPLOAD_BASE_URL = "http://test.csasedu.com:10032"; //图片上传的服务器地址
Vue
.
prototype
.
$H5_BASE_URL
=
"http://test.csasedu.com:10034/#/"
;
//H5跳转的网页地址
// Vue.prototype.$H5_BASE_URL = "http://test.csasedu.com:10034/#/"; //H5跳转的网页地址
Vue
.
prototype
.
$H5_BASE_URL
=
process
.
env
.
BASE_API
+
"/#/"
;
//H5跳转的网页地址
Vue
.
use
(
ElementUI
,
{
locale
});
Vue
.
use
(
ElementUI
,
{
locale
});
Vue
.
use
(
VCharts
);
Vue
.
use
(
VCharts
);
...
...
src/views/pms/product/components/courseInfo.vue
View file @
03d8269b
...
@@ -12,23 +12,26 @@
...
@@ -12,23 +12,26 @@
</div>
</div>
<div
v-for=
"(item, index) in courseList"
:key=
"index"
class=
"courseList"
>
<div
v-for=
"(item, index) in courseList"
:key=
"index"
class=
"courseList"
>
<h3>
{{
item
.
costTag
}}
</h3>
<!--
<h3
class=
"costTag"
>
{{
item
.
costTag
}}
</h3>
-->
<div
class=
"costTag"
>
<span>
{{
item
.
costTag
}}
</span>
</div>
<div
class=
"titleLine"
>
<div
class=
"titleLine"
>
<div
class=
"box"
>
<div
class=
"box"
>
<span>
课程数量:
</span>
<span>
课程数量:
</span>
<span>
{{
item
.
userCourseList
.
length
}}
</span>
<span
class=
"fuck"
>
{{
item
.
userCourseList
.
length
}}
</span>
</div>
</div>
<div
class=
"box"
>
<div
class=
"box"
>
<span>
审课学姐:
</span>
<span>
审课学姐:
</span>
<span>
{{
item
.
auditSenior
}}
</span>
<span
class=
"fuck"
>
{{
item
.
auditSenior
}}
</span>
</div>
</div>
<div
class=
"box"
>
<div
class=
"box"
>
<span>
授课形式:
</span>
<span>
授课形式:
</span>
<span>
{{
item
.
teachWay
}}
</span>
<span
class=
"fuck"
>
{{
item
.
teachWay
}}
</span>
</div>
</div>
<div
class=
"box"
>
<div
class=
"box"
>
<span>
审课大学:
</span>
<span>
审课大学:
</span>
<span>
{{
item
.
auditSchool
}}
</span>
<span
class=
"fuck"
>
{{
item
.
auditSchool
}}
</span>
</div>
</div>
<div
class=
"box"
>
<div
class=
"box"
>
<el-button
size=
"mini"
@
click=
"editCourseTitle(index)"
<el-button
size=
"mini"
@
click=
"editCourseTitle(index)"
...
@@ -1319,13 +1322,28 @@ export default {
...
@@ -1319,13 +1322,28 @@ export default {
margin
:
15px
;
margin
:
15px
;
}
}
.courseList
{
.courseList
{
.costTag
{
span
{
border
:
3px
solid
#3498db
;
color
:
#3498db
;
font-weight
:
bold
;
padding
:
5px
10px
;
margin
:
10px
;
border-radius
:
20px
;
margin-left
:
0
;
}
margin-bottom
:
20px
;
}
.titleLine
{
.titleLine
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
//
justify-content
:
space-between
;
//
justify-content
:
space-between
;
.box
{
.box
{
margin-right
:
50px
;
margin-right
:
30px
;
.fuck
{
color
:
#3498db
;
}
}
}
}
}
}
}
...
...
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