Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
biz.qingxiao.com
Commits
0fa4feac
Commit
0fa4feac
authored
Jan 08, 2020
by
baixian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
5e506c41
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
50 additions
and
29 deletions
+50
-29
index.html
index.html
+1
-1
menuconfig.js
src/common/menuconfig.js
+1
-1
index.js
src/pages/index/index.js
+35
-25
index.less
src/pages/index/index.less
+11
-2
index.less
src/pages/institutions/personmanage/index.less
+1
-0
index.less
src/pages/institutions/rolemanage/index.less
+1
-0
No files found.
index.html
View file @
0fa4feac
...
...
@@ -18,5 +18,5 @@
</head>
<body>
<div
id=
"root"
></div>
<script
type=
"text/javascript"
src=
"/dist/main.
cc32b
c.js"
></script></body>
<script
type=
"text/javascript"
src=
"/dist/main.
0b697
c.js"
></script></body>
</html>
\ No newline at end of file
src/common/menuconfig.js
View file @
0fa4feac
...
...
@@ -52,7 +52,7 @@ export default {
height
:
'20px'
,
},
activeurl
:
`
${
__IMGCDN__
}
menu/classactive.png`
,
notactiveurl
:
`
${
__IMGCDN__
}
menu/class.png?v=
1
`
,
notactiveurl
:
`
${
__IMGCDN__
}
menu/class.png?v=
2
`
,
path
:
'/sjd/classmgt'
,
relativePath
:
[
'/sjd/classmgt'
,
'/sjd/classdetail/:classid'
,
'/sjd/newtheme/jobclock/:id'
,
'/sjd/newtheme/calendarclock/:id'
,
'/sjd/newtheme/jobclock/:id/:isCopy'
,
'/sjd/newtheme/calendarclock/:id/:isCopy'
,
'/sjd/thememgt/:classid'
,
'/sjd/clockmgt/:themetype/:classid/:themeid'
,
'/sjd/classdetail/studentinfo/:id'
],
},
...
...
src/pages/index/index.js
View file @
0fa4feac
...
...
@@ -1108,22 +1108,26 @@ class StaticCenter extends React.Component {
<
/Col
>
<
Col
xs
=
{{
span
:
8
,
offset
:
0
}}
sm
=
{{
span
:
8
,
offset
:
0
}}
md
=
{{
span
:
8
,
offset
:
0
}}
lg
=
{{
span
:
4
,
offset
:
1
}}
xl
=
{{
span
:
4
,
offset
:
1
}}
xxl
=
{{
span
:
4
,
offset
:
1
}}
>
<
div
className
=
{
pageStyle
.
fasterItem
}
onClick
=
{
this
.
goCallStudent
}
>
<
Badge
className
=
{
pageStyle
.
fasterNum
}
overflowCount
=
{
999
}
count
=
{
callData
.
total
}
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon7.png?v=1`
}
alt
=
""
/>
<
/div
>
<
/Badge
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
{
Number
(
callData
.
total
)
>
0
&&
<
div
className
=
{
pageStyle
.
fasterNum
}
>
{
callData
.
total
}
<
/div
>
}
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon7.png?v=1`
}
alt
=
""
/>
<
/div
>
<
span
>
点名提醒
<
/span
>
<
/div
>
<
/Col
>
{
btnPermission
(
userPermission
,
2
)
&&
<
Col
xs
=
{{
span
:
8
,
offset
:
0
}}
sm
=
{{
span
:
8
,
offset
:
0
}}
md
=
{{
span
:
8
,
offset
:
0
}}
lg
=
{{
span
:
4
,
offset
:
1
}}
xl
=
{{
span
:
4
,
offset
:
1
}}
xxl
=
{{
span
:
4
,
offset
:
1
}}
>
<
div
className
=
{
pageStyle
.
fasterItem
}
onClick
=
{
this
.
goPlanStudent
}
>
<
Badge
className
=
{
pageStyle
.
fasterNum
}
overflowCount
=
{
999
}
count
=
{
assign
.
total
}
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon8.png?v=1`
}
alt
=
""
/>
<
/div
>
<
/Badge
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
{
Number
(
assign
.
total
)
>
0
&&
<
div
className
=
{
pageStyle
.
fasterNum
}
>
{
assign
.
total
}
<
/div
>
}
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon8.png?v=1`
}
alt
=
""
/>
<
/div
>
<
span
>
分配提醒
<
/span
>
<
/div
>
<
/Col
>
...
...
@@ -1131,22 +1135,26 @@ class StaticCenter extends React.Component {
{
btnPermission
(
userPermission
,
2
)
&&
<
Col
xs
=
{{
span
:
8
,
offset
:
0
}}
sm
=
{{
span
:
8
,
offset
:
0
}}
md
=
{{
span
:
8
,
offset
:
0
}}
lg
=
{{
span
:
4
,
offset
:
1
}}
xl
=
{{
span
:
4
,
offset
:
1
}}
xxl
=
{{
span
:
4
,
offset
:
1
}}
>
<
div
className
=
{
pageStyle
.
fasterItem
}
onClick
=
{
this
.
goBirthStudent
}
>
<
Badge
className
=
{
pageStyle
.
fasterNum
}
overflowCount
=
{
999
}
count
=
{
birthday
.
total
}
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon9.png?v=1`
}
alt
=
""
/>
<
/div
>
<
/Badge
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
{
Number
(
birthday
.
total
)
>
0
&&
<
div
className
=
{
pageStyle
.
fasterNum
}
>
{
birthday
.
total
}
<
/div
>
}
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon9.png?v=1`
}
alt
=
""
/>
<
/div
>
<
span
>
生日提醒
<
/span
>
<
/div
>
<
/Col
>
}
<
Col
xs
=
{{
span
:
8
,
offset
:
0
}}
sm
=
{{
span
:
8
,
offset
:
0
}}
md
=
{{
span
:
8
,
offset
:
0
}}
lg
=
{{
span
:
4
,
offset
:
1
}}
xl
=
{{
span
:
4
,
offset
:
1
}}
xxl
=
{{
span
:
4
,
offset
:
1
}}
>
<
div
className
=
{
pageStyle
.
fasterItem
}
onClick
=
{
this
.
goLeaveShow
}
>
<
Badge
className
=
{
pageStyle
.
fasterNum
}
overflowCount
=
{
999
}
count
=
{
leaveNum
}
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon10.png?v=1`
}
alt
=
""
/>
<
/div
>
<
/Badge
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
{
Number
(
leaveNum
)
>
0
&&
<
div
className
=
{
pageStyle
.
fasterNum
}
>
{
leaveNum
}
<
/div
>
}
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon10.png?v=1`
}
alt
=
""
/>
<
/div
>
<
span
>
请假提醒
<
/span
>
<
/div
>
<
/Col
>
...
...
@@ -1155,11 +1163,13 @@ class StaticCenter extends React.Component {
{
btnPermission
(
userPermission
,
2
)
&&
<
Col
xs
=
{{
span
:
8
,
offset
:
0
}}
sm
=
{{
span
:
8
,
offset
:
0
}}
md
=
{{
span
:
8
,
offset
:
0
}}
lg
=
{{
span
:
4
,
offset
:
0
}}
xl
=
{{
span
:
4
,
offset
:
0
}}
xxl
=
{{
span
:
4
,
offset
:
0
}}
>
<
div
className
=
{
pageStyle
.
fasterItem
}
onClick
=
{
this
.
goDeadlineStudent
}
>
<
Badge
className
=
{
pageStyle
.
fasterNum
}
overflowCount
=
{
999
}
count
=
{
renew
.
total
}
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon11.png?v=1`
}
alt
=
""
/>
<
/div
>
<
/Badge
>
<
div
className
=
{
pageStyle
.
fasterLeft
}
>
{
Number
(
renew
.
total
)
>
0
&&
<
div
className
=
{
pageStyle
.
fasterNum
}
>
{
renew
.
total
}
<
/div
>
}
<
img
className
=
{
pageStyle
.
fasterImg
}
src
=
{
`
${
__IMGCDN__
}
index/index_icon11.png?v=1`
}
alt
=
""
/>
<
/div
>
<
span
>
续费提醒
<
/span
>
<
/div
>
<
/Col
>
...
...
src/pages/index/index.less
View file @
0fa4feac
...
...
@@ -62,8 +62,17 @@
}
}
.fasterNum {
top: -5px;
right: 2px;
top: -18px;
right: -27px;
min-width: 30px;
border-radius: 10px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 12px;
color: #fff;
position: absolute;
background-color: #f5222d;
}
.fasterLeft {
position: relative;
...
...
src/pages/institutions/personmanage/index.less
View file @
0fa4feac
...
...
@@ -46,6 +46,7 @@
}
.tablefooterbox {
padding: 12px 0 12px 0;
margin-top: 10px;
.tablefooterstatic {
font-size: 16px;
color: #555555;
...
...
src/pages/institutions/rolemanage/index.less
View file @
0fa4feac
...
...
@@ -36,6 +36,7 @@
}
.tablefooterbox {
padding: 12px 0 12px 0;
margin-top: 10px;
.tablefooterstatic {
font-size: 16px;
color: #555555;
...
...
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