Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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
海康威视
web-project
Commits
2bd65778
Commit
2bd65778
authored
Dec 17, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了Ai工作站的管道温度bug
parent
0c85f0ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PipelineTempHistoryPage.vue
...ws/AIStation/PipelineTempPage/PipelineTempHistoryPage.vue
+2
-2
No files found.
src/views/AIStation/PipelineTempPage/PipelineTempHistoryPage.vue
View file @
2bd65778
...
@@ -197,8 +197,8 @@ const handleSortChange = (data) => {
...
@@ -197,8 +197,8 @@ const handleSortChange = (data) => {
/**序号自增*/
/**序号自增*/
function
Nindex
(
index
)
{
function
Nindex
(
index
)
{
// 当前页数 - 1 * 每页数据条数 + 1
// 当前页数 - 1 * 每页数据条数 + 1
const
page
=
Page
.
page
// 当前页码
const
page
=
history
Page
.
page
// 当前页码
const
pagesize
=
Page
.
rows
// 每页条数
const
pagesize
=
history
Page
.
rows
// 每页条数
return
index
+
1
+
(
page
-
1
)
*
pagesize
return
index
+
1
+
(
page
-
1
)
*
pagesize
}
}
...
...
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