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> <AtList>{fixListRenderer}</AtList>
<View style={{ marginTop: '40rpx' }}> <View style={{ marginTop: '40rpx' }}>
<AtPagination <AtPagination
icon
total={this.state.totalPage} total={this.state.totalPage}
pageSize={this.state.pageSize} pageSize={this.state.pageSize}
current={this.state.currentPage} current={this.state.currentPage}

View File

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