Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
6dac2a92
Commit
6dac2a92
authored
Dec 06, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b78feefb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
BuildingManager.vue
src/components/tradePavilion/BuildingManager.vue
+4
-4
No files found.
src/components/tradePavilion/BuildingManager.vue
View file @
6dac2a92
...
...
@@ -14,7 +14,7 @@
<
template
>
<div
class=
"VehicleManagement"
>
<div
class=
"head-title"
>
{{
isCarrier
?
'载体
管理'
:
'楼宇管理'
}}
{{
isCarrier
?
'载体
'
:
'楼宇'
}}
管理
<div>
<el-button
@
click=
"checkAll=false,dialogVisible = true"
style=
"float: right; margin-top: -25px"
size=
"small"
type=
"primary"
>
...
...
@@ -85,7 +85,7 @@
</el-select>
</div>
-->
<div
class=
"searchInput"
style=
"width: 200px; margin-bottom: 10px"
>
<el-select
size=
"small"
v-model=
"msg.QShopType"
:filter-method=
"ChangeListName"
filterable
<el-select
size=
"small"
v-model=
"msg.QShopType"
filterable
@
change=
"(msg.pageIndex = 1), getList()"
placeholder=
"请选择首店类型"
>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
v-for=
"item in ShopTypeList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
...
...
@@ -93,14 +93,14 @@
</el-select>
</div>
<div
class=
"searchInput"
style=
"width: 200px; margin-bottom: 10px"
>
<el-select
size=
"small"
v-model=
"msg.CategoryId"
:filter-method=
"ChangeListName"
filterable
<el-select
size=
"small"
v-model=
"msg.CategoryId"
filterable
@
change=
"(msg.pageIndex = 1), getList()"
placeholder=
"请选择分类"
>
<el-option
v-for=
"item in CategoryList"
:key=
"item.ID"
:label=
"item.ClassName"
:value=
"item.ID"
>
</el-option>
</el-select>
</div>
<div
class=
"searchInput"
style=
"width: 200px; margin-bottom: 10px"
>
<el-select
size=
"small"
v-model=
"msg.OpeningStatus"
:filter-method=
"ChangeListName"
filterable
<el-select
size=
"small"
v-model=
"msg.OpeningStatus"
filterable
@
change=
"(msg.pageIndex = 1), getList()"
placeholder=
"请选择开店状态"
>
<el-option
v-for=
"item in OpeningList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
...
...
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