Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
Overview
Overview
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
gic-web
marketing-opeartion
Commits
eb51200e
Commit
eb51200e
authored
Mar 29, 2022
by
曾经
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bf577f91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
holiday-dialog.vue
src/views/activity/component/holiday-dialog.vue
+17
-3
No files found.
src/views/activity/component/holiday-dialog.vue
View file @
eb51200e
...
...
@@ -16,7 +16,7 @@
<el-radio
v-model=
"submitData.customFlag"
label=
"1"
>
灵活日期
</el-radio>
</el-form-item>
<el-form-item
label=
"选择日期"
prop=
"date"
v-if=
"submitData.customFlag == 0"
>
<el-form-item
label=
"选择日期"
prop=
"date"
v-if=
"submitData.customFlag == 0"
>
<div>
<el-radio
v-model=
"submitData.dateType"
label=
"1"
>
<div
style=
"display: inline-block"
>
阳历
</div>
...
...
@@ -36,7 +36,7 @@
</div>
</el-form-item>
<el-form-item
label=
"选择日期"
v-if=
"submitData.customFlag == 1"
>
<el-form-item
label=
"选择日期"
v-if=
"submitData.customFlag == 1"
prop=
"holidaysDate"
>
<el-row
type=
"flex"
align=
"middle"
>
<el-form-item
prop=
"month"
style=
"margin-right: 10px"
>
<el-select
v-model=
"submitData.month"
placeholder=
"请选择月份"
class=
"selector-item"
>
...
...
@@ -215,6 +215,16 @@ export default {
required
:
true
,
message
:
'请选择日期'
},
holidaysDate
:{
required
:
true
,
validator
:(
rule
,
value
,
callback
)
=>
{
callback
();
}
},
customFlag
:{
required
:
true
,
message
:
'请选择日期类型'
},
month
:
{
required
:
true
,
message
:
'请选择月份'
...
...
@@ -332,4 +342,8 @@ export default {
};
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
<
style
lang=
"scss"
scoped
>
.damolish
.el-form-item
{
margin-bottom
:
0
;
}
</
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