Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zc-qiyewx-app
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
杨勇飞
zc-qiyewx-app
Commits
3433fecb
Commit
3433fecb
authored
Feb 19, 2025
by
刘杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业微信前端
parent
fa2c0d8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
12 deletions
+40
-12
bossCard.vue
components/bossCard/bossCard.vue
+40
-12
No files found.
components/bossCard/bossCard.vue
View file @
3433fecb
...
...
@@ -57,6 +57,32 @@
<!-- 右侧数据统计 -->
<view
class=
"statistics"
>
<!--
<view
class=
"stat-row"
>
<view
class=
"stat-item"
>
<view
class=
"stat-block light-orange"
>
<text
class=
"number"
>
{{
currentSearchData
.
overview
.
stats
.
orderCount
}}
</text>
<text
class=
"rate"
>
单量
</text>
</view>
</view>
<view
class=
"stat-item"
>
<view
class=
"stat-block green"
>
<text
class=
"number"
>
{{
currentSearchData
.
overview
.
stats
.
volumeCount
}}
</text>
<text
class=
"rate"
>
方量m³
</text>
</view>
</view>
<view
class=
"stat-item"
>
<view
class=
"stat-block orange"
>
<text
class=
"number"
>
{{
currentSearchData
.
overview
.
stats
.
weightCount
}}
</text>
<text
class=
"rate"
>
重量T
</text>
</view>
</view>
<view
class=
"stat-item"
>
<view
class=
"stat-block orange"
>
<text
class=
"number"
>
{{
currentSearchData
.
overview
.
stats
.
weightCount
}}
</text>
<text
class=
"rate"
>
重量T
</text>
</view>
</view>
</view>
-->
<view
class=
"stat-row"
>
<view
class=
"stat-item"
>
<view
class=
"stat-block light-orange"
>
...
...
@@ -239,15 +265,15 @@
<view
class=
"table-scroll"
>
<uni-table
:data=
"currentData.tableData"
border
:loading=
"loading"
emptyText=
"暂无数据"
>
<uni-tr>
<uni-th
align=
"center"
width=
"
6
0"
>
模拟老板
</uni-th>
<uni-th
align=
"center"
width=
"
5
0"
>
应收(万)
</uni-th>
<uni-th
align=
"center"
width=
"
5
0"
>
应付(万)
</uni-th>
<uni-th
align=
"center"
width=
"
5
0"
>
应付现结(万)
</uni-th>
<uni-th
align=
"center"
width=
"
5
0"
>
毛利率(%)
</uni-th>
<uni-th
align=
"center"
width=
"
5
0"
>
单量
</uni-th>
<uni-th
align=
"center"
width=
"
5
0"
>
方(m³)
</uni-th>
<uni-th
align=
"center"
width=
"
5
0"
>
吨(T)
</uni-th>
<uni-th
align=
"center"
width=
"
5
0"
>
人力
</uni-th>
<uni-th
align=
"center"
width=
"
7
0"
>
模拟老板
</uni-th>
<uni-th
align=
"center"
width=
"
6
0"
>
应收(万)
</uni-th>
<uni-th
align=
"center"
width=
"
6
0"
>
应付(万)
</uni-th>
<uni-th
align=
"center"
width=
"
6
0"
>
应付现结(万)
</uni-th>
<uni-th
align=
"center"
width=
"
6
0"
>
毛利率(%)
</uni-th>
<uni-th
align=
"center"
width=
"
6
0"
>
单量
</uni-th>
<uni-th
align=
"center"
width=
"
6
0"
>
方(m³)
</uni-th>
<uni-th
align=
"center"
width=
"
6
0"
>
吨(T)
</uni-th>
<uni-th
align=
"center"
width=
"
6
0"
>
人力
</uni-th>
</uni-tr>
<uni-tr
v-for=
"(item, index) in currentData.tableData"
:key=
"index"
>
<uni-td>
{{
item
.
boss
}}
</uni-td>
...
...
@@ -630,9 +656,9 @@
this
.
myProjectChart
.
setOption
(
option
)
},
switchTime
(
time
)
{
async
switchTime
(
time
)
{
this
.
activeTime
=
time
this
.
initData
()
await
this
.
initData
()
// 更新图表数据
this
.
updateChartSeries
()
...
...
@@ -1470,6 +1496,7 @@
background-color
:
#fff
;
border-radius
:
8px
;
overflow-x
:
hidden
;
margin-bottom
:
10px
;
.table-title
{
...
...
@@ -1481,6 +1508,7 @@
}
.table-scroll
{
margin-bottom
:
10px
;
display
:
block
;
width
:
100%
;
height
:
180px
;
...
...
@@ -1516,7 +1544,7 @@
color
:
#666
;
border-bottom
:
1px
solid
#e8e8e8
;
border-right
:
1px
solid
#e8e8e8
;
min-width
:
60
px
;
min-width
:
125
px
;
}
&
:first-child
{
...
...
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