Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
4256bbc0
Commit
4256bbc0
authored
Aug 30, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫码测试
parent
5546732c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
sweepCode.vue
src/page/sweepCode/sweepCode.vue
+10
-1
No files found.
src/page/sweepCode/sweepCode.vue
View file @
4256bbc0
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</FormItem>
</FormItem>
</Form>
</Form>
<div
class=
"submission"
>
<div
class=
"submission"
>
<Button
type=
'primary'
@
click=
"confirmSubmission"
class=
"utbuton"
>
提交
</Button>
<Button
type=
'primary'
@
click=
"confirmSubmission"
class=
"utbuton"
v-show=
"showBtn==true"
>
提交
</Button>
</div>
</div>
</div>
</div>
<Modal
<Modal
...
@@ -69,6 +69,8 @@ import {submitMassage} from '../../api/sweepCode.server.js'
...
@@ -69,6 +69,8 @@ import {submitMassage} from '../../api/sweepCode.server.js'
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
clientHeight
:
document
.
documentElement
.
clientHeight
,
showBtn
:
true
,
modal3
:
false
,
modal3
:
false
,
modal4
:
false
,
modal4
:
false
,
ruleInline
:
{
ruleInline
:
{
...
@@ -220,6 +222,13 @@ export default {
...
@@ -220,6 +222,13 @@ export default {
const
day
=
myDate
.
getDate
();
// 获取当前日(1-31)
const
day
=
myDate
.
getDate
();
// 获取当前日(1-31)
this
.
saleDate
=
`
${
year
}
/
${
month
}
/
${
day
}
`
;
this
.
saleDate
=
`
${
year
}
/
${
month
}
/
${
day
}
`
;
this
.
formInline
.
date
=
this
.
saleDate
this
.
formInline
.
date
=
this
.
saleDate
window
.
onresize
=
()
=>
{
if
(
this
.
clientHeight
>
document
.
documentElement
.
clientHeight
)
{
this
.
showBtn
=
false
}
else
{
this
.
showBtn
=
true
}
}
}
}
}
}
</
script
>
</
script
>
...
...
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