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
e77f4c77
Commit
e77f4c77
authored
Feb 27, 2025
by
刘杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业微信前端
parent
ba5312b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
bossCard.vue
components/bossCard/bossCard.vue
+9
-4
No files found.
components/bossCard/bossCard.vue
View file @
e77f4c77
...
...
@@ -78,7 +78,7 @@
</view>
<view
class=
"stat-item"
>
<view
class=
"stat-block green "
>
<text
class=
"number"
>
{{
currentSearchData
.
overview
.
stats
.
podCount
}}
</text>
<text
class=
"number"
>
{{
currentSearchData
.
overview
.
stats
.
podCount
||
0
}}
</text>
<text
class=
"rate"
>
回单
</text>
</view>
</view>
...
...
@@ -262,12 +262,13 @@
<!-- 项目运营表格 -->
<view
class=
"table-container"
>
<text
class=
"table-title"
>
模拟老板运营情况
</text>
<text
class=
"table-title"
>
{{
tableName
}}
运营情况
</text>
<scroll-view
scroll-x
class=
"table-scroll"
@
touchmove
.
stop
>
<view
class=
"table"
>
<view
class=
"table-header"
>
<view
class=
"table-row"
>
<view
class=
"table-cell-title"
>
模拟老板
</view>
<view
class=
"table-cell-title"
>
{{
tableName
}}
</view>
<view
class=
"table-cell-title"
>
应收(万)
</view>
<view
class=
"table-cell-title"
>
应付(万)
</view>
<view
class=
"table-cell-title"
>
应付现结(万)
</view>
...
...
@@ -332,7 +333,8 @@
sortType
:
'receivable'
,
projectSortType
:
'receivable'
,
timeData
:
{},
showOrderEvent
:
false
showOrderEvent
:
false
,
tableName
:
""
}
},
computed
:
{
...
...
@@ -369,6 +371,9 @@
this
.
staffKind
=
uni
.
getStorageSync
(
`uc_staff_kind`
);
if
(
this
.
staffKind
===
'boss'
)
{
this
.
initLeaderChart
()
this
.
tableName
=
'模拟老板'
}
else
{
this
.
tableName
=
'项目'
}
this
.
initProjectChart
()
// 在 Vue 的下一个 DOM 更新循环中执行
...
...
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