#
luxiaotao1123
2024-02-26 550d63c6b3707f0a689ab52a1dfa24700f2be7bf
#
2个文件已修改
29 ■■■■■ 已修改文件
zy-asrs-flow/src/components/RightContent/AvatarDropdown.tsx 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/userLogin/index.jsx 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/components/RightContent/AvatarDropdown.tsx
@@ -104,13 +104,23 @@
  }
  const menuItems = [
    ...(menu
      ? [
        {
          key: 'center',
          icon: <UserOutlined />,
          label: '个人中心',
        },
    // ...(menu
    //   ? [
    //     {
    //       key: 'center',
    //       icon: <UserOutlined />,
    //       label: '个人中心',
    //     },
    //     {
    //       key: 'settings',
    //       icon: <SettingOutlined />,
    //       label: '个人设置',
    //     },
    //     {
    //       type: 'divider' as const,
    //     },
    //   ]
    //   : []),
        {
          key: 'settings',
          icon: <SettingOutlined />,
@@ -119,8 +129,6 @@
        {
          type: 'divider' as const,
        },
      ]
      : []),
    {
      key: 'logout',
      icon: <LogoutOutlined />,
zy-asrs-flow/src/pages/system/userLogin/index.jsx
@@ -295,6 +295,9 @@
                    dateFormatter="string"
                    pagination={{ pageSize: 20 }}
                    search={false}
                    style={{
                        marginBottom: '20px'
                    }}
                    toolbar={{
                        search: {
                            onSearch: (value) => {