Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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
张冬
web-site
Commits
628ba4a5
Commit
628ba4a5
authored
Oct 16, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ti
parent
2e706508
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
30 additions
and
11 deletions
+30
-11
news.vue
pages/index/message/news.vue
+1
-0
abortive.vue
pages/index/notice/abortive.vue
+3
-1
all.vue
pages/index/notice/all.vue
+6
-2
bid.vue
pages/index/notice/bid.vue
+3
-1
biding.vue
pages/index/notice/biding.vue
+3
-1
cadidate.vue
pages/index/notice/cadidate.vue
+3
-1
change.vue
pages/index/notice/change.vue
+3
-1
clarifies.vue
pages/index/notice/clarifies.vue
+3
-1
inquiry.vue
pages/index/notice/inquiry.vue
+3
-1
user.vue
pages/login/user.vue
+2
-2
No files found.
pages/index/message/news.vue
View file @
628ba4a5
...
@@ -228,6 +228,7 @@ export default {
...
@@ -228,6 +228,7 @@ export default {
border
:
1px
solid
rgba
(
219
,
219
,
219
,
1
);
border
:
1px
solid
rgba
(
219
,
219
,
219
,
1
);
min-height
:
6.8rem
;
min-height
:
6.8rem
;
width
:
9.2rem
;
width
:
9.2rem
;
/* margin-bottom: 200px; */
}
}
.message
>
ul
>
li
{
.message
>
ul
>
li
{
...
...
pages/index/notice/abortive.vue
View file @
628ba4a5
...
@@ -154,9 +154,11 @@ import Cookies from 'js-cookie'
...
@@ -154,9 +154,11 @@ import Cookies from 'js-cookie'
var
Month
=
date
.
getMonth
()
+
1
;
var
Month
=
date
.
getMonth
()
+
1
;
var
Day
=
date
.
getDate
();
var
Day
=
date
.
getDate
();
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
hh
=
date
.
getHours
()
+
':'
;
var
mm
=
date
.
getMinutes
();
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
;
return
Y
+
M
+
D
+
" "
+
hh
+
mm
;
},
},
async
getErrorList
(
params
){
async
getErrorList
(
params
){
const
{
data
,
total
}
=
await
getErrorList
(
params
)
const
{
data
,
total
}
=
await
getErrorList
(
params
)
...
...
pages/index/notice/all.vue
View file @
628ba4a5
...
@@ -80,7 +80,7 @@ import Cookies from 'js-cookie'
...
@@ -80,7 +80,7 @@ import Cookies from 'js-cookie'
let
mes
=
{
let
mes
=
{
currentPage
:
1
,
currentPage
:
1
,
size
:
10
,
size
:
10
,
title
:
inputContent
/* title:inputContent */
}
}
if
(
inputContent
){
if
(
inputContent
){
mes
.
title
=
inputContent
mes
.
title
=
inputContent
...
@@ -90,6 +90,8 @@ import Cookies from 'js-cookie'
...
@@ -90,6 +90,8 @@ import Cookies from 'js-cookie'
}
}
Cookies
.
remove
(
"details"
)
Cookies
.
remove
(
"details"
)
Cookies
.
remove
(
"currentPage"
)
Cookies
.
remove
(
"currentPage"
)
Cookies
.
remove
(
"inputContent"
)
Cookies
.
remove
(
"contentStatus"
)
const
res
=
await
industryList
();
const
res
=
await
industryList
();
const
{
data
,
total
}
=
await
getAllList
(
mes
)
const
{
data
,
total
}
=
await
getAllList
(
mes
)
console
.
log
(
data
+
'------------'
)
console
.
log
(
data
+
'------------'
)
...
@@ -190,9 +192,11 @@ import Cookies from 'js-cookie'
...
@@ -190,9 +192,11 @@ import Cookies from 'js-cookie'
var
Month
=
date
.
getMonth
()
+
1
;
var
Month
=
date
.
getMonth
()
+
1
;
var
Day
=
date
.
getDate
();
var
Day
=
date
.
getDate
();
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
hh
=
date
.
getHours
()
+
':'
;
var
mm
=
date
.
getMinutes
();
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
;
return
Y
+
M
+
D
+
" "
+
hh
+
mm
;
},
},
async
getAllList
(
params
){
async
getAllList
(
params
){
const
{
data
,
total
}
=
await
getAllList
(
params
)
const
{
data
,
total
}
=
await
getAllList
(
params
)
...
...
pages/index/notice/bid.vue
View file @
628ba4a5
...
@@ -140,9 +140,11 @@ import Cookies from 'js-cookie'
...
@@ -140,9 +140,11 @@ import Cookies from 'js-cookie'
var
Month
=
date
.
getMonth
()
+
1
;
var
Month
=
date
.
getMonth
()
+
1
;
var
Day
=
date
.
getDate
();
var
Day
=
date
.
getDate
();
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
hh
=
date
.
getHours
()
+
':'
;
var
mm
=
date
.
getMinutes
();
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
;
return
Y
+
M
+
D
+
" "
+
hh
+
mm
;
},
},
timeChange
(
e
){
timeChange
(
e
){
this
.
getData
.
beginDate
=
e
[
0
].
getTime
()
this
.
getData
.
beginDate
=
e
[
0
].
getTime
()
...
...
pages/index/notice/biding.vue
View file @
628ba4a5
...
@@ -198,9 +198,11 @@ export default {
...
@@ -198,9 +198,11 @@ export default {
var
Month
=
date
.
getMonth
()
+
1
;
var
Month
=
date
.
getMonth
()
+
1
;
var
Day
=
date
.
getDate
();
var
Day
=
date
.
getDate
();
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
hh
=
date
.
getHours
()
+
':'
;
var
mm
=
date
.
getMinutes
();
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
;
return
Y
+
M
+
D
+
" "
+
hh
+
mm
;
},
},
reset
(){
reset
(){
this
.
getData
.
industryId
=
''
this
.
getData
.
industryId
=
''
...
...
pages/index/notice/cadidate.vue
View file @
628ba4a5
...
@@ -156,9 +156,11 @@ import Cookies from 'js-cookie'
...
@@ -156,9 +156,11 @@ import Cookies from 'js-cookie'
var
Month
=
date
.
getMonth
()
+
1
;
var
Month
=
date
.
getMonth
()
+
1
;
var
Day
=
date
.
getDate
();
var
Day
=
date
.
getDate
();
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
hh
=
date
.
getHours
()
+
':'
;
var
mm
=
date
.
getMinutes
();
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
;
return
Y
+
M
+
D
+
" "
+
hh
+
mm
;
},
},
async
getCadidateList
(
params
){
async
getCadidateList
(
params
){
const
{
data
,
total
}
=
await
getCadidateList
(
params
)
const
{
data
,
total
}
=
await
getCadidateList
(
params
)
...
...
pages/index/notice/change.vue
View file @
628ba4a5
...
@@ -156,9 +156,11 @@ import Cookies from 'js-cookie'
...
@@ -156,9 +156,11 @@ import Cookies from 'js-cookie'
var
Month
=
date
.
getMonth
()
+
1
;
var
Month
=
date
.
getMonth
()
+
1
;
var
Day
=
date
.
getDate
();
var
Day
=
date
.
getDate
();
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
hh
=
date
.
getHours
()
+
':'
;
var
mm
=
date
.
getMinutes
();
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
;
return
Y
+
M
+
D
+
" "
+
hh
+
mm
;
},
},
async
getChangeList
(
params
){
async
getChangeList
(
params
){
const
{
data
,
total
}
=
await
getChangeList
(
params
)
const
{
data
,
total
}
=
await
getChangeList
(
params
)
...
...
pages/index/notice/clarifies.vue
View file @
628ba4a5
...
@@ -154,9 +154,11 @@ import Cookies from 'js-cookie'
...
@@ -154,9 +154,11 @@ import Cookies from 'js-cookie'
var
Month
=
date
.
getMonth
()
+
1
;
var
Month
=
date
.
getMonth
()
+
1
;
var
Day
=
date
.
getDate
();
var
Day
=
date
.
getDate
();
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
hh
=
date
.
getHours
()
+
':'
;
var
mm
=
date
.
getMinutes
();
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
;
return
Y
+
M
+
D
+
" "
+
hh
+
mm
;
},
},
async
getClerList
(
params
){
async
getClerList
(
params
){
const
{
data
,
total
}
=
await
getClerList
(
params
)
const
{
data
,
total
}
=
await
getClerList
(
params
)
...
...
pages/index/notice/inquiry.vue
View file @
628ba4a5
...
@@ -189,9 +189,11 @@ export default {
...
@@ -189,9 +189,11 @@ export default {
var
Month
=
date
.
getMonth
()
+
1
;
var
Month
=
date
.
getMonth
()
+
1
;
var
Day
=
date
.
getDate
();
var
Day
=
date
.
getDate
();
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
Y
=
date
.
getFullYear
()
+
'-'
;
var
hh
=
date
.
getHours
()
+
':'
;
var
mm
=
date
.
getMinutes
();
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
M
=
Month
<
10
?
'0'
+
Month
+
'-'
:
Month
+
'-'
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
var
D
=
Day
+
1
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
;
return
Y
+
M
+
D
+
" "
+
hh
+
mm
;
},
},
testChange
(
e
)
{
testChange
(
e
)
{
...
...
pages/login/user.vue
View file @
628ba4a5
...
@@ -319,7 +319,7 @@
...
@@ -319,7 +319,7 @@
.login_a
{
.login_a
{
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.pos
{
/*
.pos{
margin-left: 0px;
margin-left: 0px;
}
}
*/
</
style
>
</
style
>
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