job converting and importing test cases

This commit is contained in:
swtmply
2023-07-28 10:08:26 +08:00
parent 72c9b5a11e
commit e4890c5fb8
8 changed files with 281 additions and 53 deletions

View File

@@ -122,6 +122,7 @@ export function JobsList({ bodyshop }) {
<Link
to={"/manage/jobs/" + record.id}
onClick={(e) => e.stopPropagation()}
data-cy="active-job-link"
>
<Space>
{record.ro_number || t("general.labels.na")}
@@ -364,6 +365,7 @@ export function JobsList({ bodyshop }) {
}
>
<Table
data-cy="active-jobs-table"
loading={loading}
pagination={{ defaultPageSize: 50 }}
columns={columns}