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>
|
<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}
|
||||||
|
|
|
||||||
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue