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
57b11294
Commit
57b11294
authored
May 27, 2025
by
刘杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
老板看板 日期修改
parent
e8d6e552
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
15 deletions
+13
-15
bossCard.vue
components/bossCard/bossCard.vue
+13
-15
No files found.
components/bossCard/bossCard.vue
View file @
57b11294
...
@@ -65,10 +65,10 @@
...
@@ -65,10 +65,10 @@
<view
class=
"nav-item2 "
style=
"font-size: 14px;color: #1890FF;"
v-if=
"!showDropdown"
<view
class=
"nav-item2 "
style=
"font-size: 14px;color: #1890FF;"
v-if=
"!showDropdown"
@
click=
"closeDropdown"
>
▲
</view>
@
click=
"closeDropdown"
>
▲
</view>
<view
class=
"dropdown-menu"
v-if=
"showDropdown"
>
<view
class=
"dropdown-menu"
v-if=
"showDropdown"
>
<view
v-for=
"(item,index) in days"
:key=
"index"
class=
"dropdown-item"
>
<view
v-for=
"(item,index) in days"
:key=
"index"
class=
"dropdown-item"
<text
v-if=
"activeDay!==item"
@
click
.
stop=
"selectDays(item)"
>
{{
item
}}
</text
>
@
click
.
stop=
"selectDays(item)"
>
<text
v-if=
"activeDay===item"
style=
"font-size: 14px;color: #1890FF;"
<text
:class=
"activeDay===item? 'select-item':''"
>
{{
item
}}
</text>
@
click
.
stop=
"selectDays(item)"
>
{{
item
}}
</text
>
<!--
<text
v-if=
"activeDay===item"
style=
""
>
{{
item
}}
</text>
--
>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -417,19 +417,10 @@
...
@@ -417,19 +417,10 @@
}
}
},
},
computed
:
{
computed
:
{
// switchTime2(time) {
// this.activeTime = time
// },
// 当前选中时间的数据
currentData
()
{
currentData
()
{
//todo 调用后端接口,直接返回对应时间区间的数据
return
this
.
timeData
[
"activeTime"
]
return
this
.
timeData
[
"activeTime"
]
},
},
currentSearchData
()
{
currentSearchData
()
{
//todo 调用后端接口,直接返回对应时间区间的数据
return
this
.
timeData
[
"activeTime"
]
return
this
.
timeData
[
"activeTime"
]
},
},
// 应付现结比例
// 应付现结比例
...
@@ -497,8 +488,9 @@
...
@@ -497,8 +488,9 @@
this
.
showDropdown
=
false
this
.
showDropdown
=
false
this
.
day
=
"T-"
+
item
this
.
day
=
"T-"
+
item
this
.
day2
=
item
+
"天内"
this
.
day2
=
item
+
"天内"
this
.
initData
()
if
(
this
.
activeTime
===
'yesterday'
||
this
.
activeTime
===
'today'
)
{
this
.
initData
()
}
},
},
orderEventClose
()
{
orderEventClose
()
{
this
.
showOrderEvent
=
false
this
.
showOrderEvent
=
false
...
@@ -2096,4 +2088,10 @@
...
@@ -2096,4 +2088,10 @@
.dropdown-item
:hover
{
.dropdown-item
:hover
{
background-color
:
#f0f0f0
;
background-color
:
#f0f0f0
;
}
}
.select-item
{
// font-size: 14px;
color
:
#1890FF
;
font-weight
:
bold
;
}
</
style
>
</
style
>
\ No newline at end of file
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