change pagination to icon; change updatedutycnt text
parent
f592d87e17
commit
a07545b841
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue