Skip to content

Commit

Permalink
update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jul 13, 2016
1 parent 75ca448 commit 24e8285
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/QAApp.tsx
Expand Up @@ -45,16 +45,16 @@ export default class QAApp extends React.Component<QAAppProps, QAAppState> {
"question": "你週六有加班嗎? 加班幾小時?",
"answers": {
"2小時": m.state({
"message": "兩小時內工時採 1 又 1/3 倍時薪計算。"
"message": "兩小時內加班,現行是 ⅓ 倍時薪,而一例一休是 1⅓ 倍時薪。"
}),
"4小時以內": m.state({
"message": "兩小時時薪為 1 又 1/3 倍時薪,兩小時後工時採 1 又 2/3 倍時薪計算。 工作時間計算方式為工作4小時以內,以4小時計算"
"message": "兩小時時薪為 1倍時薪,兩小時後工時採 1 倍時薪計算。 工作時間計算方式為工作4小時以內,以4小時計算"
}),
"8小時以內": m.state({
"message": "兩小時時薪為 1 又 1/3 倍時薪,兩小時後工時採 1 又 2/3 倍時薪計算。 超過4小時至8小時,以8小時計算。"
"message": "兩小時時薪為 1倍時薪,兩小時後工時採 1 倍時薪計算。 超過4小時至8小時,以8小時計算。"
}),
"超過八小時": m.state({
"message": "兩小時時薪為 1 又 1/3 倍時薪,兩小時後工時採 1 又 2/3 倍時薪計算。 超過8小時至12小時以內者,以12小時計。"
"message": "兩小時時薪為 1倍時薪,兩小時後工時採 1 倍時薪計算。 超過8小時至12小時以內者,以12小時計。"
})
}
}),
Expand Down

0 comments on commit 24e8285

Please sign in to comment.