Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
75f9a562
Commit
75f9a562
authored
Apr 08, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公休日
parent
0af018b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
pages/basicData/calendar/overtime/index.vue
+3
-3
No files found.
pages/basicData/calendar/overtime/index.vue
View file @
75f9a562
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<
template
slot=
"buttons"
>
<
template
slot=
"buttons"
>
<span>
公休日设置:
</span>
<span>
公休日设置:
</span>
<RadioGroup
v-model=
"weekType"
@
on-change=
"radioChange"
>
<RadioGroup
v-model=
"weekType"
@
on-change=
"radioChange"
>
<Radio
v-for=
"(item,index) in weekTypeList"
:key=
"index"
:label=
"item.
titl
e"
border
></Radio>
<Radio
v-for=
"(item,index) in weekTypeList"
:key=
"index"
:label=
"item.
weekendTypeNam
e"
border
></Radio>
</RadioGroup>
</RadioGroup>
</
template
>
</
template
>
<
template
slot=
"buttons"
>
<
template
slot=
"buttons"
>
...
@@ -187,7 +187,7 @@ export default {
...
@@ -187,7 +187,7 @@ export default {
Api
.
getsetweek
().
then
((
res
)
=>
{
Api
.
getsetweek
().
then
((
res
)
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
getweekList
()
this
.
getweekList
()
this
.
weekType
=
res
.
result
.
titl
e
this
.
weekType
=
res
.
result
.
weekendTypeNam
e
}
else
{
}
else
{
let
parmse
=
{
let
parmse
=
{
conditions
:
[],
conditions
:
[],
...
@@ -198,7 +198,7 @@ export default {
...
@@ -198,7 +198,7 @@ export default {
this
.
weekTypeList
=
res
.
result
this
.
weekTypeList
=
res
.
result
this
.
weekTypeList
.
map
((
v
)
=>
{
this
.
weekTypeList
.
map
((
v
)
=>
{
if
((
v
.
isvalid
=
1
))
{
if
((
v
.
isvalid
=
1
))
{
this
.
weekType
=
v
.
titl
e
this
.
weekType
=
v
.
weekendTypeNam
e
}
else
{
}
else
{
this
.
weekType
=
0
this
.
weekType
=
0
}
}
...
...
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