Преглед на файлове

dashboard display, translation

master
kelvin.yau преди 2 месеца
родител
ревизия
e425fb8ec4
променени са 2 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. +2
    -0
      src/app/api/jo/actions.ts
  2. +2
    -2
      src/components/DashboardPage/DashboardPage.tsx

+ 2
- 0
src/app/api/jo/actions.ts Целия файл

@@ -22,8 +22,10 @@ export interface SaveJoResponse {
export interface SearchJoResultRequest extends Pageable {
code: string;
itemName?: string;

}


export interface SearchJoResultResponse {
records: JobOrder[];
total: number;


+ 2
- 2
src/components/DashboardPage/DashboardPage.tsx Целия файл

@@ -87,7 +87,7 @@ const DashboardPage: React.FC<Props> = ({
</Grid>
</Grid>
</Grid>
<Grid item xs={12} md={6}>
{/*<Grid item xs={12} md={6}>
<Grid container spacing={2}>
<Grid item xs={12} sm={6}>
<DashboardBox
@@ -107,7 +107,7 @@ const DashboardPage: React.FC<Props> = ({
<DashboardLineChart />
</Grid>
</Grid>
</Grid>
</Grid>*/}
</Grid>
</CardContent>
</CollapsibleCard>


Зареждане…
Отказ
Запис