Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
19dfcd47
Commit
19dfcd47
authored
Sep 24, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 补充应用缺省页及修正查询条件
parent
ffc96fbf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
empty.png
src/assets/images/empty.png
+0
-0
personal-app.vue
src/views/personal-space/personal-app/personal-app.vue
+11
-1
No files found.
src/assets/images/empty.png
0 → 100644
View file @
19dfcd47
10.5 KB
src/views/personal-space/personal-app/personal-app.vue
View file @
19dfcd47
...
@@ -121,6 +121,7 @@ function handleDeletePersonalApp(agentId: string) {
...
@@ -121,6 +121,7 @@ function handleDeletePersonalApp(agentId: string) {
const
res
=
await
fetchDeleteApplication
(
agentId
)
const
res
=
await
fetchDeleteApplication
(
agentId
)
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
window
.
$message
.
success
(
'删除成功'
)
window
.
$message
.
success
(
'删除成功'
)
agentAppList
.
value
.
length
===
1
&&
(
pagingInfo
.
value
.
pageNo
=
pagingInfo
.
value
.
pageNo
-
1
)
await
handleGetApplicationList
()
await
handleGetApplicationList
()
}
}
},
},
...
@@ -183,7 +184,16 @@ async function handleGetApplicationListUpdatePageSize(pageSize: number) {
...
@@ -183,7 +184,16 @@ async function handleGetApplicationListUpdatePageSize(pageSize: number) {
:columns=
"columns"
:columns=
"columns"
:max-height=
"tableContentY"
:max-height=
"tableContentY"
:scroll-x=
"1330"
:scroll-x=
"1330"
/>
>
<
template
#
empty
>
<div
:style=
"
{ height: tableContentY + 'px' }" class="flex items-center justify-center">
<div
class=
"flex flex-col items-center justify-center"
>
<img
src=
"@/assets/images/empty.png"
alt=
"empty"
class=
"mb-2 h-[160px] w-[230px]"
/>
<p
class=
"text-base text-[#84868c]"
>
暂无应用
</p>
</div>
</div>
</
template
>
</NDataTable>
</div>
</div>
<footer
class=
"flex justify-end"
>
<footer
class=
"flex justify-end"
>
...
...
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