Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
23b23f92
authored
Mar 24, 2023
by
gexinzhineng/gxzn27
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xTable查询框前间隔,退出系统按钮点击有时会无法成功
parent
b583be54
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/components/XTable/src/XTable.vue
+1
-1
src/layout/components/UserInfo/src/UserInfo.vue
+2
-2
No files found.
src/components/XTable/src/XTable.vue
View file @
23b23f92
...
...
@@ -128,7 +128,7 @@ const getColumnsConfig = (options: XTableProps) => {
proxyForm
=
true
options
.
formConfig
=
{
enabled
:
true
,
titleWidth
:
1
8
0
,
titleWidth
:
1
1
0
,
titleAlign
:
'right'
,
items
:
allSchemas
.
searchSchema
}
...
...
src/layout/components/UserInfo/src/UserInfo.vue
View file @
23b23f92
...
...
@@ -66,9 +66,9 @@ const toDocument = () => {
<Icon
icon=
"ep:menu"
/>
<div
@
click=
"toDocument"
>
{{
t
(
'common.document'
)
}}
</div>
</ElDropdownItem>
<ElDropdownItem
divided
>
<ElDropdownItem
divided
@
click=
"loginOut"
>
<Icon
icon=
"ep:switch-button"
/>
<div
@
click=
"loginOut"
>
{{
t
(
'common.loginOut'
)
}}
</div>
<div>
{{
t
(
'common.loginOut'
)
}}
</div>
</ElDropdownItem>
</ElDropdownMenu>
</
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment