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
8b8b7b74
Commit
8b8b7b74
authored
Jul 17, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改新增接口可以搜索限流策略
parent
eaa4a276
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
591 additions
and
467 deletions
+591
-467
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/alerting.vue
...nts/productManage/components/InterfaceManage/alerting.vue
+2
-2
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/components/Details.vue
...tManage/components/InterfaceManage/components/Details.vue
+589
-465
No files found.
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/alerting.vue
View file @
8b8b7b74
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
:columns="tableHeaders"
:columns="tableHeaders"
:dataSource="tableSourceData"
:dataSource="tableSourceData"
>
>
<template
slot=
"network"
slot-scope=
"text
, record, index
"
>
<template
slot=
"network"
slot-scope=
"text"
>
<span
<span
v-for=
"(item, idx) of dict.network"
v-for=
"(item, idx) of dict.network"
v-show=
"text.indexOf(idx) != -1"
v-show=
"text.indexOf(idx) != -1"
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
</span>
</span>
</
template
>
</
template
>
<
template
slot=
"operation"
slot-scope=
"text, record
, index
"
>
<
template
slot=
"operation"
slot-scope=
"text, record"
>
<a-button
type=
"link"
@
click=
"openDetails(record)"
>
编辑
</a-button>
<a-button
type=
"link"
@
click=
"openDetails(record)"
>
编辑
</a-button>
<a-popconfirm
<a-popconfirm
title=
"确定要删除此应用吗?"
title=
"确定要删除此应用吗?"
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/components/InterfaceManage/components/Details.vue
View file @
8b8b7b74
This diff is collapsed.
Click to expand it.
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