Skip to content

Commit 0808ffa

Browse files
authored
Merge pull request #313 from newpanjing/dev
Dev
2 parents c6a64ea + 5c2e034 commit 0808ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simpleui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def get_version():
5-
return '2020.9'
5+
return '2020.9.26'

simpleui/templates/admin/pagination.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:current-page="{{ cl.page_num }}+1"
1010
:page-size="{{ cl.list_per_page }}"
1111
layout="total,prev, pager, next, jumper"
12-
:total="{{ cl.result_count }}">
12+
:total="{{ cl.result_count|to_str }}">
1313
</el-pagination>
1414
{% endif %}
1515
</div>

0 commit comments

Comments
 (0)