UI Updates & Bill Entering

This commit is contained in:
Patrick Fic
2021-03-31 17:49:43 -07:00
parent 3c7ce84be2
commit 8b5ea08cae
31 changed files with 953 additions and 704 deletions

View File

@@ -5,7 +5,7 @@ import {
EyeInvisibleFilled,
WarningFilled,
} from "@ant-design/icons";
import { Button, Card, Table } from "antd";
import { Button, Card, Space, Table } from "antd";
import React from "react";
import { useTranslation } from "react-i18next";
import { connect } from "react-redux";
@@ -82,7 +82,7 @@ export function JobNotesComponent({
key: "actions",
width: 150,
render: (text, record) => (
<span>
<Space wrap>
<Button
loading={deleteLoading}
disabled={record.audit || jobRO}
@@ -104,7 +104,7 @@ export function JobNotesComponent({
>
<EditFilled />
</Button>
</span>
</Space>
),
},
];