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
1bbd4d8b
Commit
1bbd4d8b
authored
Oct 20, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
time修改
parent
f6e967ca
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
40 additions
and
24 deletions
+40
-24
abortive.vue
pages/index/notice/abortive.vue
+5
-3
all.vue
pages/index/notice/all.vue
+5
-3
bid.vue
pages/index/notice/bid.vue
+5
-3
biding.vue
pages/index/notice/biding.vue
+5
-3
cadidate.vue
pages/index/notice/cadidate.vue
+5
-3
change.vue
pages/index/notice/change.vue
+5
-3
clarifies.vue
pages/index/notice/clarifies.vue
+5
-3
inquiry.vue
pages/index/notice/inquiry.vue
+5
-3
No files found.
pages/index/notice/abortive.vue
View file @
1bbd4d8b
...
@@ -163,11 +163,13 @@ import Cookies from 'js-cookie'
...
@@ -163,11 +163,13 @@ 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
hh
=
date
.
getHours
();
var
mm
=
date
.
getMinutes
();
var
mm
=
date
.
getMinutes
();
var
h
=
hh
<
10
?
'0'
+
hh
+
':'
:
hh
+
':'
var
m
=
mm
<
10
?
'0'
+
mm
:
mm
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
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
+
" "
+
h
h
+
m
m
;
return
Y
+
M
+
D
+
" "
+
h
+
m
;
},
},
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 @
1bbd4d8b
...
@@ -211,11 +211,13 @@ import Cookies from 'js-cookie'
...
@@ -211,11 +211,13 @@ 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
hh
=
date
.
getHours
();
var
mm
=
date
.
getMinutes
();
var
mm
=
date
.
getMinutes
();
var
h
=
hh
<
10
?
'0'
+
hh
+
':'
:
hh
+
':'
var
m
=
mm
<
10
?
'0'
+
mm
:
mm
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
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
+
" "
+
h
h
+
m
m
;
return
Y
+
M
+
D
+
" "
+
h
+
m
;
},
},
async
getAllList
(
params
){
async
getAllList
(
params
){
const
{
data
,
total
,
code
}
=
await
getAllList
(
params
)
const
{
data
,
total
,
code
}
=
await
getAllList
(
params
)
...
...
pages/index/notice/bid.vue
View file @
1bbd4d8b
...
@@ -157,11 +157,13 @@ import Cookies from 'js-cookie'
...
@@ -157,11 +157,13 @@ 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
hh
=
date
.
getHours
();
var
mm
=
date
.
getMinutes
();
var
mm
=
date
.
getMinutes
();
var
h
=
hh
<
10
?
'0'
+
hh
+
':'
:
hh
+
':'
var
m
=
mm
<
10
?
'0'
+
mm
:
mm
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
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
+
" "
+
h
h
+
m
m
;
return
Y
+
M
+
D
+
" "
+
h
+
m
;
},
},
timeChange
(
e
){
timeChange
(
e
){
this
.
getData
.
beginDate
=
e
[
0
].
getTime
()
this
.
getData
.
beginDate
=
e
[
0
].
getTime
()
...
...
pages/index/notice/biding.vue
View file @
1bbd4d8b
...
@@ -215,11 +215,13 @@ export default {
...
@@ -215,11 +215,13 @@ 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
hh
=
date
.
getHours
();
var
mm
=
date
.
getMinutes
();
var
mm
=
date
.
getMinutes
();
var
h
=
hh
<
10
?
'0'
+
hh
+
':'
:
hh
+
':'
var
m
=
mm
<
10
?
'0'
+
mm
:
mm
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
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
+
" "
+
h
h
+
m
m
;
return
Y
+
M
+
D
+
" "
+
h
+
m
;
},
},
reset
(){
reset
(){
this
.
getData
.
industryId
=
''
this
.
getData
.
industryId
=
''
...
...
pages/index/notice/cadidate.vue
View file @
1bbd4d8b
...
@@ -165,11 +165,13 @@ import Cookies from 'js-cookie'
...
@@ -165,11 +165,13 @@ 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
hh
=
date
.
getHours
();
var
mm
=
date
.
getMinutes
();
var
mm
=
date
.
getMinutes
();
var
h
=
hh
<
10
?
'0'
+
hh
+
':'
:
hh
+
':'
var
m
=
mm
<
10
?
'0'
+
mm
:
mm
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
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
+
" "
+
h
h
+
m
m
;
return
Y
+
M
+
D
+
" "
+
h
+
m
;
},
},
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 @
1bbd4d8b
...
@@ -165,11 +165,13 @@ import Cookies from 'js-cookie'
...
@@ -165,11 +165,13 @@ 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
hh
=
date
.
getHours
();
var
mm
=
date
.
getMinutes
();
var
mm
=
date
.
getMinutes
();
var
h
=
hh
<
10
?
'0'
+
hh
+
':'
:
hh
+
':'
var
m
=
mm
<
10
?
'0'
+
mm
:
mm
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
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
+
" "
+
h
h
+
m
m
;
return
Y
+
M
+
D
+
" "
+
h
+
m
;
},
},
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 @
1bbd4d8b
...
@@ -163,11 +163,13 @@ import Cookies from 'js-cookie'
...
@@ -163,11 +163,13 @@ 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
hh
=
date
.
getHours
();
var
mm
=
date
.
getMinutes
();
var
mm
=
date
.
getMinutes
();
var
h
=
hh
<
10
?
'0'
+
hh
+
':'
:
hh
+
':'
var
m
=
mm
<
10
?
'0'
+
mm
:
mm
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
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
+
" "
+
h
h
+
m
m
;
return
Y
+
M
+
D
+
" "
+
h
+
m
;
},
},
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 @
1bbd4d8b
...
@@ -209,11 +209,13 @@ export default {
...
@@ -209,11 +209,13 @@ 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
hh
=
date
.
getHours
();
var
mm
=
date
.
getMinutes
();
var
mm
=
date
.
getMinutes
();
var
h
=
hh
<
10
?
'0'
+
hh
+
':'
:
hh
+
':'
var
m
=
mm
<
10
?
'0'
+
mm
:
mm
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
<
10
?
'0'
+
Day
:
Day
;
return
Y
+
M
+
D
+
" "
+
h
h
+
m
m
;
return
Y
+
M
+
D
+
" "
+
h
+
m
;
},
},
testChange
(
e
)
{
testChange
(
e
)
{
...
...
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