change format option

yhy
Dawn1Ocean 2024-03-12 21:50:23 +08:00
parent 5bafff52ad
commit e11a58dbb5
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"semi": true,
"singleQuote": true,
"proseWrap": "preserve",
"arrowParens": "avoid",
"arrowParens": "always",
"bracketSpacing": true,
"jsxSingleQuote": true,
"endOfLine": "auto"

View File

@ -176,9 +176,9 @@ export default class RepairPage extends Component<{}, RepairPageState> {
clear
required
name='deviceModel'
title={pt.get().repairPage.deviceText.title}
title={pt.get().repairPage.deviceModelText.title}
type='text'
placeholder={pt.get().repairPage.deviceText.placeholder}
placeholder={pt.get().repairPage.deviceModelText.placeholder}
value={this.state.deviceModel}
onChange={this.handleDeviceModelChange.bind(this)}
/>

View File

@ -37,10 +37,10 @@ export const ticketDetailZhCn: TicketDetailText = {
export const ticketDetailEnUs: TicketDetailText = {
stepItems: [
{ title: 'Ticket created' },
{ title: 'Created' },
{ title: 'Repairing' },
{ title: 'Take home' },
{ title: 'Finished' },
{ title: 'Retrived' },
],
createTicketMessage: 'Created ticket',
statusModifyPrefix: 'Modified repair status to: ',