update
This commit is contained in:
parent
6c365b17c4
commit
1f979845a8
@ -139,7 +139,7 @@ export default function Home() {
|
|||||||
setEmail(value.target.value)
|
setEmail(value.target.value)
|
||||||
}}/>
|
}}/>
|
||||||
<FormControl sx={{ m: 1, width: '90%' }} variant="outlined">
|
<FormControl sx={{ m: 1, width: '90%' }} variant="outlined">
|
||||||
<InputLabel htmlFor="outlined-adornment-password">Password</InputLabel>
|
<InputLabel htmlFor="outlined-adornment-password">Senha</InputLabel>
|
||||||
<OutlinedInput
|
<OutlinedInput
|
||||||
id="outlined-adornment-password"
|
id="outlined-adornment-password"
|
||||||
type={values.showPassword ? 'text' : 'password'}
|
type={values.showPassword ? 'text' : 'password'}
|
||||||
|
|||||||
@ -94,9 +94,9 @@ export default function ResumoOperacao({tableData, clientsData, userName, client
|
|||||||
<title>Smart Energia - Resumo de Operação</title>
|
<title>Smart Energia - Resumo de Operação</title>
|
||||||
</Head>
|
</Head>
|
||||||
<Header name={userName} />
|
<Header name={userName} />
|
||||||
<PageTitle title='Resumo de Operaçoes' subtitle='Operações detalhadas' />
|
<PageTitle title='Resumo de Operações' subtitle='Operações detalhadas' />
|
||||||
|
|
||||||
<h3>Seletor Mês</h3>
|
<h3>Filtrar por Unidade e/ou Mês</h3>
|
||||||
<div className='select'>
|
<div className='select'>
|
||||||
<FormControl fullWidth>
|
<FormControl fullWidth>
|
||||||
<InputLabel id="demo-simple-select-labels">Unidades</InputLabel>
|
<InputLabel id="demo-simple-select-labels">Unidades</InputLabel>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user