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
03ef7a06
Commit
03ef7a06
authored
Apr 15, 2022
by
曾经
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
节日管理- 分类筛选条件
parent
968effdd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
+1
-8
holiday-manage.vue
src/views/activity/holiday-manage.vue
+1
-8
No files found.
src/views/activity/holiday-manage.vue
View file @
03ef7a06
...
...
@@ -5,7 +5,7 @@
<el-input
@
change=
"loadData"
placeholder=
"请输入节日名称"
prefix-icon=
"el-icon-search"
v-model=
"searchParams.name"
clearable
style=
"width: 260px; margin-right: 10px"
>
</el-input>
<el-select
v-model=
"searchParams.categoryCode"
clearable
placeholder=
"全部分类"
@
change=
"loadData"
>
<el-option
v-for=
"item in ca
nSelectCa
tegoryList"
:key=
"item.activityCategoryId"
:label=
"item.categoryName"
:value=
"item.activityCategoryId"
>
</el-option>
<el-option
v-for=
"item in categoryList"
:key=
"item.activityCategoryId"
:label=
"item.categoryName"
:value=
"item.activityCategoryId"
>
</el-option>
</el-select>
</el-row>
<el-row
type=
"flex"
align=
"middle"
>
...
...
@@ -68,7 +68,6 @@ export default {
categoryCode
:
''
},
categoryList
:
[],
canSelectCategoryList
:
[],
list
:
[],
totalCount
:
0
,
...
...
@@ -145,12 +144,6 @@ export default {
}
return
value
;
}
},
watch
:
{
categoryList
(
n
)
{
n
=
n
||
[];
this
.
canSelectCategoryList
=
n
.
filter
((
item
)
=>
item
.
hasUse
==
1
);
}
}
};
</
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