Feature/table page name

This commit is contained in:
2025-03-04 10:44:45 +00:00
committed by AmirHossein Mahmoodi
parent 17dc42a029
commit 00eecc7f3e
45 changed files with 92 additions and 51 deletions

View File

@@ -451,8 +451,8 @@ const OperatorList = () => {
need_filter={true}
columns={columns}
table_url={GET_TECHNICAL_DAMAGE_OPERATOR_LIST}
page_name={"operatorDamages"}
table_name={"operatorList"}
page_name={"damagesOperator"}
table_name={"damagesOperatorList"}
sorting={[{ id: "id", desc: true }]}
TableToolbar={Toolbar}
enableRowActions

View File

@@ -6,7 +6,7 @@ import OperatorList from "./OperatorList";
const OperatorPage = () => {
return (
<Stack spacing={1}>
<PageTitle title={"خسارات وارده بر ابنیه فنی و تاسیسات راه"} />
<PageTitle title={"کارتابل عملیات خسارات وارده بر ابنیه فنی و تاسیسات راه"} />
<OperatorList />
</Stack>
);