update to japanese
This commit is contained in:
@ -86,12 +86,12 @@ function Index() {
|
||||
<CCol xs="12" sm="12" md="12">
|
||||
<CCard>
|
||||
<CCardHeader>
|
||||
Reports
|
||||
レポート
|
||||
</CCardHeader>
|
||||
<CCardBody>
|
||||
|
||||
<CSelect custom name="cons_select" id="cons_select" onChange={setingSelectedCons}>
|
||||
" <option value=''>-- Select --</option>"+
|
||||
" <option value=''>-- 選択 --</option>"+
|
||||
{
|
||||
data.map((cc, index) => {
|
||||
return(
|
||||
@ -107,19 +107,19 @@ function Index() {
|
||||
<CForm action="" method="post" encType="multipart/form-data" className="form-horizontal">
|
||||
<CFormGroup row>
|
||||
<CCol md="3">
|
||||
<CLabel htmlFor="date-input">Date ({sdate})</CLabel>
|
||||
<CLabel htmlFor="date-input">日付 ({sdate})</CLabel>
|
||||
</CCol>
|
||||
<CCol xs="12" md="9">
|
||||
<CInput type="date" id="date-input" name="date-input" placeholder="date" value={sdate} onChange={setingSDate}/>
|
||||
<CInput type="date" id="date-input" name="date-input" placeholder="日付" value={sdate} onChange={setingSDate}/>
|
||||
</CCol>
|
||||
</CFormGroup>
|
||||
<CFormGroup row>
|
||||
<CCol md="3">
|
||||
<CLabel htmlFor="select">Select</CLabel>
|
||||
<CLabel htmlFor="select">選択</CLabel>
|
||||
</CCol>
|
||||
<CCol xs="12" md="9">
|
||||
<CSelect custom name="select" id="select" onChange={setingReport} value={report}>
|
||||
<option value="">-- Select --</option>
|
||||
<option value="">-- 選択 --</option>
|
||||
<option value="generateBoxDisplacement">Box Displacement</option>
|
||||
<option value="generateMachineControl">Machine Control</option>
|
||||
<option value="generateMachineSheet">Machine Sheet</option>
|
||||
@ -134,7 +134,7 @@ function Index() {
|
||||
</CForm>
|
||||
</CCardBody>
|
||||
<CCardFooter>
|
||||
<CButton type="submit" size="sm" color="primary" onClick={doGetReport}><CIcon name="cil-scrubber" /> Download</CButton>
|
||||
<CButton type="submit" size="sm" color="primary" onClick={doGetReport}><CIcon name="cil-scrubber" /> ダウンロード</CButton>
|
||||
</CCardFooter>
|
||||
</CCard>
|
||||
</CCardBody>
|
||||
|
||||
Reference in New Issue
Block a user