Commit 572e1c0c authored by liangjingpeng's avatar liangjingpeng

课题评审-分页

parent 3a36438d
......@@ -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
},
......
......@@ -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: '本人已评审'
}
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment