IO-827 Update employee config screen.
This commit is contained in:
@@ -34,12 +34,13 @@ export default function ShopEmployeesListComponent({
|
||||
},
|
||||
|
||||
{
|
||||
title: t("employees.fields.base_rate"),
|
||||
dataIndex: "base_rate",
|
||||
key: "base_rate",
|
||||
render: (text, record) => (
|
||||
<CurrencyFormatter>{record.base_rate}</CurrencyFormatter>
|
||||
),
|
||||
title: t("employees.labels.rate_type"),
|
||||
dataIndex: "rate_type",
|
||||
key: "rate_type",
|
||||
render: (text, record) =>
|
||||
record.flat_rate
|
||||
? t("employees.labels.flat_rate")
|
||||
: t("employees.labels.straight_time"),
|
||||
},
|
||||
// {
|
||||
// title: t("employees.labels.actions"),
|
||||
|
||||
Reference in New Issue
Block a user