change pagination to icon; change updatedutycnt text

dev
Dawn1Ocean 2024-03-30 15:56:52 +08:00
parent f592d87e17
commit a07545b841
2 changed files with 3 additions and 2 deletions

View File

@ -95,6 +95,7 @@ export default class TicketListPage extends Component<{}, TicketListState> {
<AtList>{fixListRenderer}</AtList>
<View style={{ marginTop: '40rpx' }}>
<AtPagination
icon
total={this.state.totalPage}
pageSize={this.state.pageSize}
current={this.state.currentPage}

View File

@ -69,7 +69,7 @@ export const memberPageZhCn: MemberPageText = {
tipsInfo: '注意事项',
},
dutyCount: {
button: '更新值班人数',
button: '更新',
text: '当前值班人数:',
},
stuidText: {
@ -151,7 +151,7 @@ export const memberPageEnUs: MemberPageText = {
tipsInfo: 'Tips',
},
dutyCount: {
button: 'Update Duty Count',
button: 'Update',
text: 'The duty count: ',
},
stuidText: {