Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
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
viitto
pptist
Commits
c570e72a
Commit
c570e72a
authored
May 28, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模版管理优化
parent
bc60d150
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
10 deletions
+19
-10
Index.vue
src/views/TemplateCenter/Index.vue
+19
-10
No files found.
src/views/TemplateCenter/Index.vue
View file @
c570e72a
...
...
@@ -4,8 +4,10 @@
<div
class=
"row wrap"
>
<div
class=
"row items-center q-mb-lg"
>
<span
class=
"fz14 q-pr-md shrink"
>
关键字:
</span>
<el-input
style=
"max-width:212px"
v-model=
"queryObj.Title"
placeholder=
"请输入关键字"
clearable
<div>
<el-input
style=
"max-width:212px"
v-model=
"queryObj.Title"
placeholder=
"请输入关键字"
clearable
@
keyup
.
enter=
"search"
></el-input>
</div>
</div>
<div
class=
"row items-center q-mb-lg q-pl-lg"
>
<span
class=
"fz14 q-pr-md shrink"
>
模版:
</span>
...
...
@@ -37,7 +39,7 @@
<span
class=
"fz14 q-pr-md shrink"
>
国家:
</span>
<el-select
v-model=
"queryObj.CountryList"
multiple
class=
"ml-1 shrink TemSel"
placeholder=
"国家"
clearable
>
placeholder=
"国家"
clearable
filterable
>
<el-option
key=
""
label=
"不限"
value=
""
/>
<el-option
v-for=
"item in countries"
...
...
@@ -61,11 +63,24 @@
/>
</el-select>
</div>
<div
class=
"row items-center q-mb-lg q-pl-lg"
>
<span
class=
"fz14 q-pr-md shrink"
>
排序:
</span>
<el-select
v-model=
"queryObj.OrderByType"
class=
"ml-1 shrink TemSel"
placeholder=
"排序方式"
>
<el-option
v-for=
"item in sortArr"
:key=
"item.type"
:label=
"`$
{item.typeName}`"
:value="item.type"
/>
</el-select>
</div>
<div
class=
"row items-center q-mb-lg q-pl-lg"
>
<span
class=
"fz14 q-pr-md shrink"
>
颜色:
</span>
<el-select
v-model=
"queryObj.ColorList"
multiple
class=
"ml-1 shrink TemSel"
placeholder=
"颜色"
clearable
>
placeholder=
"颜色"
clearable
filterable
>
<el-option
key=
""
label=
"不限"
value=
""
/>
<el-option
v-for=
"item in ColorList"
...
...
@@ -272,7 +287,7 @@ const queryObj = reactive({
TempType
:
0
,
TemplateType
:
TemplateType
,
//0 不限 1模版 2广告
type
:
0
,
OrderByType
:
0
,
//排序方式
OrderByType
:
1
,
//排序方式
})
const
queryColor
=
ref
({
DictKey
:
'Trip_Template_Color'
,
...
...
@@ -883,12 +898,6 @@ onMounted(()=>{
border-radius
:
8px
0
0
8px
;
padding
:
1px
23px
;
}
::v-deep
(
.el-input__wrapper
)
:hover
{
box-shadow
:
0
0
0
;
}
::v-deep
(
.el-input__wrapper.is-focus
)
{
box-shadow
:
0
0
0
;
}
::v-deep
(
.el-input-group__append
)
{
box-shadow
:
0
0
0
;
background
:
#fff
;
...
...
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