Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
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
pseer
gxpt_wechat
Commits
cc649ea7
Commit
cc649ea7
authored
Feb 04, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
82d45a6b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
index.vue
pages/cleanRecord/index.vue
+3
-1
order.vue
pages/order/order.vue
+1
-1
orderRecord.vue
pages/orderRecord/orderRecord.vue
+1
-1
No files found.
pages/cleanRecord/index.vue
View file @
cc649ea7
...
...
@@ -60,7 +60,7 @@
</view>
</view>
</view>
<u-empty
v-if=
"loginStatus && list.length == 0"
text=
"
未查询到相关记录
"
textColor=
'#C1C1C1'
></u-empty>
<u-empty
v-if=
"loginStatus && list.length == 0"
text=
"
暂无数据"
:icon=
"listBlankImage
"
textColor=
'#C1C1C1'
></u-empty>
<view
v-if=
"loginStatus && list.length"
style=
"padding: 12px 6% 0;"
>
<u-loadmore
:status=
"status"
:icon=
"true"
:line=
'true'
:loading-text=
"loadingText"
:loadmore-text=
"loadmoreText"
:nomore-text=
"nomoreText"
/>
...
...
@@ -70,6 +70,7 @@
</
template
>
<
script
>
import
config
from
"@/config/index.config"
import
{
cleanList
}
from
"@/api/cleanRoom.js"
...
...
@@ -84,6 +85,7 @@ import NoLogin from "@/components/noLogin/noLogin"
},
data
()
{
return
{
listBlankImage
:
config
.
assetsPath
+
'/no_data_icon.png'
,
status
:
'nomore '
,
loadingText
:
'努力加载中'
,
loadmoreText
:
'上划加载'
,
...
...
pages/order/order.vue
View file @
cc649ea7
...
...
@@ -1414,7 +1414,7 @@
let
startArr
=
startTime
.
split
(
":"
)
let
endArr
=
endTime
.
split
(
":"
)
obj
.
startDate
=
`
${
this
.
dateList
[
this
.
dateIndex
].
readDate
}
${
startTime
}
:0
1
`
obj
.
startDate
=
`
${
this
.
dateList
[
this
.
dateIndex
].
readDate
}
${
startTime
}
:0
0
`
if
((
this
.
orderType
==
1
&&
Number
(
endArr
[
0
])
<=
Number
(
startArr
[
0
])))
{
obj
.
endDate
=
...
...
pages/orderRecord/orderRecord.vue
View file @
cc649ea7
...
...
@@ -104,7 +104,7 @@
</view>
<view
v-if=
"loginStatus && list.length == 0"
class=
"empty-box"
>
<u-empty
text=
"
未查询到相关订单
"
textColor=
'#C1C1C1'
width=
"120"
<u-empty
text=
"
暂无数据
"
textColor=
'#C1C1C1'
width=
"120"
:icon=
"listBlankImage"
>
</u-empty>
</view>
...
...
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