Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intelligent_station_web
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
张伯涛
intelligent_station_web
Commits
572e1c0c
Commit
572e1c0c
authored
Dec 13, 2024
by
liangjingpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课题评审-分页
parent
3a36438d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
index.vue
src/views/reviewExperts/topicList/index.vue
+2
-2
reviewExperts.data.js
src/views/reviewExperts/topicList/reviewExperts.data.js
+13
-0
No files found.
src/views/reviewExperts/topicList/index.vue
View file @
572e1c0c
...
...
@@ -168,7 +168,7 @@
</el-table>
</div>
<pagination
v-show=
"total
<
0"
v-show=
"total
>
0"
:total=
"total"
:page
.
sync=
"queryParams.page"
:limit
.
sync=
"queryParams.rows"
...
...
@@ -380,7 +380,7 @@ export default {
// console.log('resLabelInfoList', this.resLabelInfoList)
// }
// )
this
.
total
=
Number
(
tableColumn
.
total
)
this
.
total
=
Number
(
tableColumn
.
length
)
this
.
resLabelInfoList
=
[...
tableColumn
]
this
.
loading
=
false
},
...
...
src/views/reviewExperts/topicList/reviewExperts.data.js
View file @
572e1c0c
...
...
@@ -76,5 +76,18 @@ export const tableColumn = [
state
:
'验收评审中'
,
projectState
:
'待本人评审'
,
acceptanceState
:
''
},
{
businessId
:
'7'
,
problemNumber
:
'2024kk1307'
,
problemName
:
'母猪的繁育'
,
declareType
:
'一般课题'
,
headName
:
'白骨精'
,
phoneNumber
:
'12345678901'
,
createDate
:
'2020-01-01'
,
stage
:
'结项'
,
state
:
'验收完成'
,
projectState
:
'本人已评审'
,
acceptanceState
:
'本人已评审'
}
]
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