Merge branch 'feat-public_report'

feature/price_manager
YCC 1 year ago
commit ae0324f8cf

@ -173,7 +173,7 @@ function App() {
{ key: "reservation", label: <Link to="/reservation/newest">{t('menu.Reservation')}</Link> }, { key: "reservation", label: <Link to="/reservation/newest">{t('menu.Reservation')}</Link> },
{ key: "invoice", label: <Link to="/invoice">{t('menu.Invoice')}</Link> }, { key: "invoice", label: <Link to="/invoice">{t('menu.Invoice')}</Link> },
{ key: "feedback", label: <Link to="/feedback">{t('menu.Feedback')}</Link> }, { key: "feedback", label: <Link to="/feedback">{t('menu.Feedback')}</Link> },
// { key: "report", label: <Link to="/report">Report</Link> }, { key: "report", label: <Link to="/report">{t('menu.Report')}</Link> },
{ {
key: "notice", key: "notice",
label: ( label: (

@ -182,7 +182,7 @@ function Index() {
<Divider orientation="center"> <Divider orientation="center">
<Typography.Title level={3} type="success">Primary Data</Typography.Title> <Typography.Title level={3} type="success">Primary Data</Typography.Title>
</Divider> </Divider>
<div className="ant-table-wrapper ant-spin-nested-loading css-dev-only-do-not-override-3op25v "> <div className="ant-table-wrapper ant-spin-nested-loading css-3op25v css-dev-only-do-not-override-3op25v ">
<div className="ant-spin-container ant-table ant-table-bordered"> <div className="ant-spin-container ant-table ant-table-bordered">
<div className="ant-table-container"> <div className="ant-table-container">
<div className="ant-table-content"> <div className="ant-table-content">
@ -229,7 +229,7 @@ function Index() {
<Divider orientation="center"> <Divider orientation="center">
<Typography.Title level={3} type="success">DMC Assessment Criteria</Typography.Title> <Typography.Title level={3} type="success">DMC Assessment Criteria</Typography.Title>
</Divider> </Divider>
<div className="ant-table-wrapper ant-spin-nested-loading css-dev-only-do-not-override-3op25v "> <div className="ant-table-wrapper ant-spin-nested-loading css-3op25v css-dev-only-do-not-override-3op25v ">
<div className="ant-spin-container ant-table ant-table-bordered"> <div className="ant-spin-container ant-table ant-table-bordered">
<div className="ant-table-container"> <div className="ant-table-container">
<div className="ant-table-content"> <div className="ant-table-content">
@ -426,7 +426,7 @@ function Index() {
<Divider orientation="center"> <Divider orientation="center">
<Typography.Title level={3} type="success">Evaluation Scores</Typography.Title> <Typography.Title level={3} type="success">Evaluation Scores</Typography.Title>
</Divider> </Divider>
<div className="ant-table-wrapper ant-spin-nested-loading css-dev-only-do-not-override-3op25v "> <div className="ant-table-wrapper ant-spin-nested-loading css-3op25v css-dev-only-do-not-override-3op25v ">
<div className="ant-spin-container ant-table ant-table-bordered"> <div className="ant-spin-container ant-table ant-table-bordered">
<div className="ant-table-container"> <div className="ant-table-container">
<div className="ant-table-content"> <div className="ant-table-content">

Loading…
Cancel
Save