Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
06936cf9
Commit
06936cf9
authored
Jan 17, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化应用历史版本列表
parent
d1f1ad8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
base-manager-ui/admin/src/pages/basicset/appmarket/components/AppDetailsPage.vue
...rc/pages/basicset/appmarket/components/AppDetailsPage.vue
+15
-6
No files found.
base-manager-ui/admin/src/pages/basicset/appmarket/components/AppDetailsPage.vue
View file @
06936cf9
...
...
@@ -78,20 +78,26 @@
<!-- 操作 -->
<
template
slot=
"action"
slot-scope=
"{ record }"
>
<a-space
size=
"middle"
>
<span
<a-button
type=
"link"
class=
"primary pointer"
:disabled=
"record.used ? true : false"
@
click=
"handleUse(record.id)"
>
使用
</
spa
n
>
使用
</
a-butto
n
>
<span
class=
"primary pointer"
@
click=
"handlePreview(record.id)"
>
预览
</span
<a-button
type=
"link"
class=
"primary pointer"
:disabled=
"record.used ? false : true"
@
click=
"handlePreview(record.id)"
>
预览
</a-button
>
<span
<a-button
type=
"link"
class=
"delete pointer"
v-permission=
"[1]"
@
click=
"handleDel(record.id)"
>
删除
</
spa
n
>
删除
</
a-butto
n
>
</a-space>
</
template
>
...
...
@@ -366,4 +372,7 @@ export default {
/deep/.ant-form-item {
align-items: flex-start;
}
/deep/.ant-btn-link {
padding: 0px;
}
</
style
>
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