|
@@ -348,7 +348,7 @@
|
|
|
</div>
|
|
|
<!--分页-->
|
|
|
<div class="paging">
|
|
|
- <el-button type="button":disabled="nextbutton" @click="getEventList(calendarDay, 10, pageNum - 1,eventSearch)">上一页
|
|
|
+ <el-button type="button" @click="getEventList(calendarDay, 10, pageNum - 1,eventSearch)">上一页
|
|
|
</el-button>
|
|
|
<span>第{{pageNum}}页</span>
|
|
|
<el-button type="button":disabled="nextbutton" @click="getEventList(calendarDay, 10, pageNum + 1,eventSearch)">下一页
|