Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2025-11-20 17:55:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c80b7869a258e34f2b85a7075df3bbac64c27b26
c80b7869
1 parent
f52131e3
fix(PaginationField): 将submitButton的默认is_back值改为false
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/PaginationField/index.vue
src/components/PaginationField/index.vue
View file @
c80b786
<!--
* @Date: 2025-11-18 16:17:40
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-11-20 17:
46
:05
* @LastEditTime: 2025-11-20 17:
55
:05
* @FilePath: /data-table/src/components/PaginationField/index.vue
* @Description: 分页组件
-->
...
...
@@ -33,7 +33,7 @@ const props = defineProps({
isLast: { type: Boolean, default: false },
prevLabel: { type: String, default: '上一页' },
nextLabel: { type: String, default: '下一页' },
submitButton: { type: Object, default: { text: '提交', back_title: '上一页', is_back:
tru
e } },
submitButton: { type: Object, default: { text: '提交', back_title: '上一页', is_back:
fals
e } },
prevDisabled: { type: Boolean, default: false },
})
...
...
Please
register
or
login
to post a comment