Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_manage
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
张伯涛
intel_promotion_manage
Commits
8f491319
Commit
8f491319
authored
Jun 24, 2024
by
刘帅阳
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
39a1f908
5475eeb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
index.vue
src/views/dashboard/index/index.vue
+16
-12
No files found.
src/views/dashboard/index/index.vue
View file @
8f491319
...
@@ -4,14 +4,16 @@
...
@@ -4,14 +4,16 @@
<div
class=
"homepage_topTitle"
>
运营报表
</div>
<div
class=
"homepage_topTitle"
>
运营报表
</div>
<div
class=
"titleBottom"
>
<div
class=
"titleBottom"
>
<div
class=
"titleBottom_companyName"
>
--
{{
companyName
}}
</div>
<div
class=
"titleBottom_companyName"
>
--
{{
companyName
}}
</div>
<el-select
v-model=
"company"
class=
"titleTopSelect"
:disabled=
"!queryShop"
filterable
placeholder=
"请选择所属商家"
@
change=
"changeCompany"
>
</div>
<el-option
<div
class=
"titleTopSelect"
>
v-for=
"(item,index) in deptList"
<el-select
v-model=
"company"
:disabled=
"!queryShop"
filterable
placeholder=
"请选择所属商家"
@
change=
"changeCompany"
>
:key=
"index"
<el-option
:label=
"item.unitName"
v-for=
"(item,index) in deptList"
:value=
"item.businessId"
:key=
"index"
/>
:label=
"item.unitName"
</el-select>
:value=
"item.businessId"
/>
</el-select>
</div>
</div>
</div>
</div>
...
@@ -739,14 +741,16 @@ export default {
...
@@ -739,14 +741,16 @@ export default {
padding-top
:
20px
;
padding-top
:
20px
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
right
;
justify-content
:
center
;
//margin-left: 450px;
//margin-left: 450px;
.titleBottom_companyName
{
.titleBottom_companyName
{
padding-right
:
20px
;
padding-right
:
20px
;
}
}
.titleTopSelect
{
margin
:
0
250px
0
130px
;
}
}
.titleTopSelect
{
display
:
flex
;
justify-content
:
end
;
}
}
.el-row
{
.el-row
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
...
...
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