Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-customer-people-recruitment-h5
Project
Project
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
彭佳妮(贵阳日报)
mp-customer-people-recruitment-h5
Commits
15c26451
Commit
15c26451
authored
Aug 21, 2024
by
dt-1640819025-xxmxd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题反馈时间戳转化
parent
5bd86904
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
feedBackRecord.vue
src/pages/user/feedBack/feedBackRecord/feedBackRecord.vue
+5
-2
No files found.
src/pages/user/feedBack/feedBackRecord/feedBackRecord.vue
View file @
15c26451
...
...
@@ -10,7 +10,8 @@
{{
item
.
status
}}
</div>
<div
class=
"div-time"
>
{{
item
.
createTime
}}
{{
days
(
parseInt
(
item
.
createTime
)).
format
(
"YYYY-MM-DD HH:mm"
)
}}
<!--
{{
item
.
createTime
}}
-->
</div>
</div>
</
template
>
...
...
@@ -25,11 +26,12 @@
import
{
getFeedbackList
}
from
"@/api/common"
;
import
{
onReady
}
from
"@dcloudio/uni-app"
;
import
axios
from
"axios"
;
import
{
dayjs
}
from
"dayjs"
;
import
dayjs
from
"dayjs"
;
import
{
ref
}
from
"vue"
;
const
pageNo
=
ref
(
"1"
);
//初始页码
const
pageSize
=
ref
(
"10"
);
//每页数量
const
days
=
dayjs
;
let
feedbackListData
=
ref
([]);
const
postListData
=
()
=>
{
...
...
@@ -41,6 +43,7 @@ const postListData = () => {
})
.
catch
(
res
=>
{});
};
onReady
(()
=>
{
postListData
();
});
...
...
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