Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
张伯涛
bigDataSystem
Commits
d1d92475
Commit
d1d92475
authored
Dec 12, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改API安全
parent
6a580353
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
14 deletions
+9
-14
ClassificationAndGradingModal.vue
...lassificationAndGrading/ClassificationAndGradingModal.vue
+3
-0
addSensitiveRulersModal.vue
...Security/sensitiveRecognition/addSensitiveRulersModal.vue
+1
-0
sensitiveRecognition.data.ts
...ecurity/sensitiveRecognition/sensitiveRecognition.data.ts
+2
-2
sensitiveRecognitionEdit.vue
...ecurity/sensitiveRecognition/sensitiveRecognitionEdit.vue
+3
-12
No files found.
src/views/dataService/APIDataSecurity/classificationAndGrading/ClassificationAndGradingModal.vue
View file @
d1d92475
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
:title=
"title"
:title=
"title"
@
ok=
"handleSubmit"
@
ok=
"handleSubmit"
>
>
<template
#
footer
v-if=
"isUpdate === false"
>
<a-button
type=
"primary"
@
click=
"handleSubmit"
>
关闭
</a-button>
</
template
>
<div
class=
"modal_top"
>
<div
class=
"modal_top"
>
<div><Icon
icon=
"ant-design:hdd-outlined"
:size=
"30"
:color=
"'#1091FE'"
/></div>
<div><Icon
icon=
"ant-design:hdd-outlined"
:size=
"30"
:color=
"'#1091FE'"
/></div>
<div>
<div>
...
...
src/views/dataService/APIDataSecurity/sensitiveRecognition/addSensitiveRulersModal.vue
View file @
d1d92475
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
<BasicTable
@
register=
"registerTable1"
>
<BasicTable
@
register=
"registerTable1"
>
<template
#
form-slot
>
<template
#
form-slot
>
<a-button
<a-button
style=
"margin-left: 400px"
type=
"primary"
type=
"primary"
@
click=
"addReview"
@
click=
"addReview"
:disabled=
"getRowSelection().selectedRowKeys
<
=
0
"
:disabled=
"getRowSelection().selectedRowKeys
<
=
0
"
...
...
src/views/dataService/APIDataSecurity/sensitiveRecognition/sensitiveRecognition.data.ts
View file @
d1d92475
...
@@ -71,7 +71,7 @@ export const columns: BasicColumn[] = [
...
@@ -71,7 +71,7 @@ export const columns: BasicColumn[] = [
];
];
export
const
columnsTable1
:
BasicColumn
[]
=
[
export
const
columnsTable1
:
BasicColumn
[]
=
[
{
{
title
:
'
名称
'
,
title
:
'
列名
'
,
dataIndex
:
'name'
,
dataIndex
:
'name'
,
edit
:
true
,
edit
:
true
,
editable
:
true
,
editable
:
true
,
...
@@ -79,7 +79,7 @@ export const columnsTable1: BasicColumn[] = [
...
@@ -79,7 +79,7 @@ export const columnsTable1: BasicColumn[] = [
];
];
export
const
columnsTable2
:
BasicColumn
[]
=
[
export
const
columnsTable2
:
BasicColumn
[]
=
[
{
{
title
:
'
名称
'
,
title
:
'
列名
'
,
dataIndex
:
'name'
,
dataIndex
:
'name'
,
edit
:
true
,
edit
:
true
,
editable
:
true
,
editable
:
true
,
...
...
src/views/dataService/APIDataSecurity/sensitiveRecognition/sensitiveRecognitionEdit.vue
View file @
d1d92475
<
template
>
<
template
>
<PageWrapper
:title=
"title"
class=
"content-padding"
contentBackground
@
back=
"goBack"
>
<PageWrapper
class=
"content-padding"
contentBackground
>
<template
#
headerContent
>
<template
#
headerContent
>
<div
class=
"modal_top"
>
<div
class=
"modal_top"
>
<div
@
click=
"goBack"
><Icon
icon=
"fluent-mdl2:back"
:size=
"20"
:color=
"'#2f3031'"
/></div>
<div><Icon
icon=
"ant-design:hdd-outlined"
:size=
"30"
:color=
"'#1091FE'"
/></div>
<div><Icon
icon=
"ant-design:hdd-outlined"
:size=
"30"
:color=
"'#1091FE'"
/></div>
<div>
<div>
<div
class=
"title"
>
{{
formParams
.
fieldName
}}
</div>
<div
class=
"title"
>
{{
formParams
.
fieldName
}}
</div>
...
@@ -30,9 +31,6 @@
...
@@ -30,9 +31,6 @@
confirm: handleDelete.bind(null, record),
confirm: handleDelete.bind(null, record),
},
},
},
},
{
label: '移动',
},
]"
]"
/>
/>
</
template
>
</
template
>
...
@@ -57,9 +55,6 @@
...
@@ -57,9 +55,6 @@
confirm: handleDelete.bind(null, record),
confirm: handleDelete.bind(null, record),
},
},
},
},
{
label: '移动',
},
]"
]"
/>
/>
</
template
>
</
template
>
...
@@ -120,9 +115,6 @@
...
@@ -120,9 +115,6 @@
confirm: handleDelete.bind(null, record),
confirm: handleDelete.bind(null, record),
},
},
},
},
{
label: '移动',
},
]"
]"
/>
/>
</
template
>
</
template
>
...
@@ -131,7 +123,7 @@
...
@@ -131,7 +123,7 @@
</template>
</template>
</BasicForm>
</BasicForm>
</div>
</div>
<AddSensitiveRulersModal
@
register=
"registerModal"
/>
<AddSensitiveRulersModal
@
register=
"registerModal"
/>
</PageWrapper>
</PageWrapper>
</template>
</template>
<
script
lang=
"ts"
setup
>
<
script
lang=
"ts"
setup
>
...
@@ -440,7 +432,6 @@
...
@@ -440,7 +432,6 @@
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.modal_top
{
.modal_top
{
padding
:
20px
0
20px
20px
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
.title
{
.title
{
...
...
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