Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuIncubator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kimber
GaoQuIncubator
Commits
54f6972d
Commit
54f6972d
authored
Nov 05, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据概览 商品为空处理
parent
62c66674
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
overview.vue
src/views/system/home/overview.vue
+6
-2
No files found.
src/views/system/home/overview.vue
View file @
54f6972d
...
@@ -276,8 +276,9 @@
...
@@ -276,8 +276,9 @@
<div
class=
"_left"
>
企业产品
</div>
<div
class=
"_left"
>
企业产品
</div>
<div
class=
"_right"
@
click=
"getMore4panel1_3"
>
查看更多>>
</div>
<div
class=
"_right"
@
click=
"getMore4panel1_3"
>
查看更多>>
</div>
</div>
</div>
<div
class=
"_body"
>
<div
class=
"_body"
style=
"padding-bottom:20px;"
>
<dl>
<div
v-if=
"!data4panel1.companyProductList.length"
style=
"display:flex;justify-content:center;align-items:center; font-size:14px;color:#686868;"
>
暂无数据
</div>
<dl
v-else
>
<dd
v-for=
"(item,index) in data4panel1.companyProductList"
:key=
"index"
>
<dd
v-for=
"(item,index) in data4panel1.companyProductList"
:key=
"index"
>
<img
<img
:src=
"`$
{baseAPI}file/${item.image}`"
:src=
"`$
{baseAPI}file/${item.image}`"
...
@@ -657,6 +658,9 @@
...
@@ -657,6 +658,9 @@
if
(
this
.
tableData4panel1
.
length
){
if
(
this
.
tableData4panel1
.
length
){
this
.
getData4panel1_1
(
this
.
tableData4panel1
[
0
].
companyId
)
this
.
getData4panel1_1
(
this
.
tableData4panel1
[
0
].
companyId
)
this
.
currentSelectedCompanyId
=
this
.
tableData4panel1
[
0
].
companyId
this
.
currentSelectedCompanyId
=
this
.
tableData4panel1
[
0
].
companyId
}
else
{
// 公司列表为空的时候, 数据为空.
this
.
getData4panel1_1
(
''
)
this
.
currentSelectedCompanyId
=
''
}
}
});
});
},
},
...
...
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