Browse Source

feat: 删除系统管理页面的面包屑

pull/105/head
cp3hnu 1 year ago
parent
commit
3cfe464909
15 changed files with 17 additions and 15 deletions
  1. +3
    -1
      react-ui/src/components/RightContent/index.tsx
  2. +1
    -1
      react-ui/src/pages/Monitor/Job/index.tsx
  3. +1
    -1
      react-ui/src/pages/Monitor/JobLog/index.tsx
  4. +1
    -1
      react-ui/src/pages/System/Config/index.tsx
  5. +1
    -1
      react-ui/src/pages/System/Dept/index.tsx
  6. +1
    -1
      react-ui/src/pages/System/Dict/index.tsx
  7. +1
    -1
      react-ui/src/pages/System/DictData/index.tsx
  8. +1
    -1
      react-ui/src/pages/System/Logininfor/index.tsx
  9. +1
    -1
      react-ui/src/pages/System/Menu/index.tsx
  10. +1
    -1
      react-ui/src/pages/System/Notice/index.tsx
  11. +1
    -1
      react-ui/src/pages/System/Operlog/index.tsx
  12. +1
    -1
      react-ui/src/pages/System/Post/index.tsx
  13. +1
    -1
      react-ui/src/pages/System/Role/authUser.tsx
  14. +1
    -1
      react-ui/src/pages/System/Role/index.tsx
  15. +1
    -1
      react-ui/src/pages/System/User/index.tsx

+ 3
- 1
react-ui/src/components/RightContent/index.tsx View File

@@ -34,7 +34,7 @@ const GlobalHeaderRight: React.FC = () => {
>
<QuestionCircleOutlined />
</span> */}
{/* <KFBreadcrumb /> */}
<Button
type="text"
style={{ marginRight: '4px' }}
@@ -44,6 +44,8 @@ const GlobalHeaderRight: React.FC = () => {

<ProBreadcrumb></ProBreadcrumb>

{/* <KFBreadcrumb /> */}

<Avatar menu={true} />
{/* <SelectLang className={actionClassName} /> */}
</div>


+ 1
- 1
react-ui/src/pages/Monitor/Job/index.tsx View File

@@ -319,7 +319,7 @@ const JobTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.Monitor.Job>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/Monitor/JobLog/index.tsx View File

@@ -217,7 +217,7 @@ const JobLogTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.Monitor.JobLog>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Config/index.tsx View File

@@ -258,7 +258,7 @@ const ConfigTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Config>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Dept/index.tsx View File

@@ -234,7 +234,7 @@ const DeptTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Dept>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Dict/index.tsx View File

@@ -259,7 +259,7 @@ const DictTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.DictType>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/DictData/index.tsx View File

@@ -303,7 +303,7 @@ const DictDataTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.DictData>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Logininfor/index.tsx View File

@@ -180,7 +180,7 @@ const LogininforTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.Monitor.Logininfor>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Menu/index.tsx View File

@@ -221,7 +221,7 @@ const MenuTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Menu>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Notice/index.tsx View File

@@ -259,7 +259,7 @@ const NoticeTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Notice>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Operlog/index.tsx View File

@@ -227,7 +227,7 @@ const OperlogTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.Monitor.Operlog>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Post/index.tsx View File

@@ -225,7 +225,7 @@ const PostTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Post>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Role/authUser.tsx View File

@@ -163,7 +163,7 @@ const AuthUserTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.User>
headerTitle={intl.formatMessage({


+ 1
- 1
react-ui/src/pages/System/Role/index.tsx View File

@@ -360,7 +360,7 @@ const RoleTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
{contextHolder}
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Role>


+ 1
- 1
react-ui/src/pages/System/User/index.tsx View File

@@ -365,7 +365,7 @@ const UserTableList: React.FC = () => {
];

return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
{contextHolder}
<Row gutter={[16, 24]}>
<Col lg={6} md={24}>


Loading…
Cancel
Save