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
a5a9c8cd
Commit
a5a9c8cd
authored
Dec 17, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
政策管理-改
parent
bbe6a4b2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
15 deletions
+21
-15
index.vue
src/views/servicePlatform/policyManagement/index.vue
+3
-2
policy.data.ts
src/views/servicePlatform/policyManagement/policy.data.ts
+7
-2
policyData.ts
src/views/servicePlatform/policyManagement/policyData.ts
+11
-11
No files found.
src/views/servicePlatform/policyManagement/index.vue
View file @
a5a9c8cd
...
...
@@ -48,7 +48,7 @@
import
{
onMounted
,
ref
}
from
'vue'
;
import
PageWrapper
from
'@/components/Page/src/PageWrapper.vue'
;
import
{
useMessage
}
from
'@/hooks/web/useMessage'
;
import
{
BasicTable
,
useTable
,
TableAction
,
BasicTableProps
}
from
'@/components/Table'
;
import
{
BasicTable
,
useTable
,
TableAction
,
BasicTableProps
,
FormProps
}
from
'@/components/Table'
;
import
{
FileProtectOutlined
}
from
'@ant-design/icons-vue'
;
import
{
policyFormSchema
,
...
...
@@ -133,10 +133,11 @@
rowSelection
:
true
,
useSearchForm
:
true
,
formConfig
:
{
baseColProps
:
{
span
:
4
},
showActionButtonGroup
:
false
,
schemas
:
policyFormSchema
,
autoSubmitOnEnter
:
true
,
},
}
as
FormProps
,
actionColumn
:
{
width
:
150
,
title
:
'操作'
,
...
...
src/views/servicePlatform/policyManagement/policy.data.ts
View file @
a5a9c8cd
...
...
@@ -51,10 +51,15 @@ export const policyFormSchema: FormSchema[] = [
field
:
'type'
,
component
:
'Select'
,
componentProps
:
{
placeholder
:
'请选择类型'
,
options
:
[
{
label
:
''
,
value
:
''
,
label
:
'国家政策'
,
value
:
'国家政策'
,
},
{
label
:
'行业新闻'
,
value
:
'行业新闻'
,
},
],
},
...
...
src/views/servicePlatform/policyManagement/policyData.ts
View file @
a5a9c8cd
...
...
@@ -4,7 +4,7 @@ export const policyData = [
title
:
'大数据安全法草案进入审议阶段,强化数据隐私保护'
,
uploadTime
:
'2024-12-16 09:00:00'
,
uploadBy
:
'张敏'
,
type
:
'
法规新闻
'
,
type
:
'
国家政策
'
,
from
:
'法律日报'
,
auditor
:
'李婷'
,
details
:
...
...
@@ -18,7 +18,7 @@ export const policyData = [
title
:
'个人信息保护法实施细则公布,企业面临新合规挑战'
,
uploadTime
:
'2024-12-15 14:30:00'
,
uploadBy
:
'王强'
,
type
:
'
政策解读
'
,
type
:
'
国家政策
'
,
from
:
'法治网'
,
auditor
:
'陈雪'
,
details
:
...
...
@@ -33,7 +33,7 @@ export const policyData = [
title
:
'互联网公司加强数据安全防护,应对黑客攻击威胁'
,
uploadTime
:
'2024-12-14 13:00:00'
,
uploadBy
:
'李婷'
,
type
:
'行业
动态
'
,
type
:
'行业
新闻
'
,
from
:
'科技日报'
,
auditor
:
'张敏'
,
details
:
...
...
@@ -49,7 +49,7 @@ export const policyData = [
title
:
'数据安全审计新规出台:企业须定期报告安全漏洞'
,
uploadTime
:
'2024-12-13 12:00:00'
,
uploadBy
:
'陈雪'
,
type
:
'
政策通知
'
,
type
:
'
国家政策
'
,
from
:
'网络安全局'
,
auditor
:
'王强'
,
details
:
...
...
@@ -65,7 +65,7 @@ export const policyData = [
title
:
'2024年网络安全威胁形势严峻,数据泄露事件激增'
,
uploadTime
:
'2024-12-12 16:45:00'
,
uploadBy
:
'张敏'
,
type
:
'
安全报告
'
,
type
:
'
行业新闻
'
,
from
:
'网络安全公司'
,
auditor
:
'李婷'
,
details
:
...
...
@@ -76,7 +76,7 @@ export const policyData = [
title
:
'数字货币引发数据隐私争议,监管机构加强审查'
,
uploadTime
:
'2024-12-11 18:00:00'
,
uploadBy
:
'刘刚'
,
type
:
'
财经
新闻'
,
type
:
'
行业
新闻'
,
from
:
'金融时报'
,
auditor
:
'王强'
,
details
:
...
...
@@ -87,7 +87,7 @@ export const policyData = [
title
:
'企业在数据保护方面的最佳实践,提升全球合规能力'
,
uploadTime
:
'2024-12-10 11:30:00'
,
uploadBy
:
'王强'
,
type
:
'行业
报告
'
,
type
:
'行业
新闻
'
,
from
:
'网络安全协会'
,
auditor
:
'陈雪'
,
details
:
...
...
@@ -98,7 +98,7 @@ export const policyData = [
title
:
'社交平台加强数据隐私保护,用户数据泄露风险降低'
,
uploadTime
:
'2024-12-09 08:30:00'
,
uploadBy
:
'李婷'
,
type
:
'
企
业新闻'
,
type
:
'
行
业新闻'
,
from
:
'社交平台日报'
,
auditor
:
'刘刚'
,
details
:
...
...
@@ -109,7 +109,7 @@ export const policyData = [
title
:
'互联网信息办公室发布数据安全管理政策,要求全面整改'
,
uploadTime
:
'2024-12-08 17:20:00'
,
uploadBy
:
'王强'
,
type
:
'
政策公告
'
,
type
:
'
国家政策
'
,
from
:
'网信网'
,
auditor
:
'张敏'
,
details
:
...
...
@@ -120,7 +120,7 @@ export const policyData = [
title
:
'政府加强网络数据安全法治建设,强化监管机制'
,
uploadTime
:
'2024-12-07 14:00:00'
,
uploadBy
:
'陈雪'
,
type
:
'
法律新闻
'
,
type
:
'
国家政策
'
,
from
:
'法律在线'
,
auditor
:
'李婷'
,
details
:
...
...
@@ -131,7 +131,7 @@ export const policyData = [
title
:
'2024年数据隐私保护法实施路径,专家提出具体建议'
,
uploadTime
:
'2024-12-06 19:00:00'
,
uploadBy
:
'张敏'
,
type
:
'
法规解读
'
,
type
:
'
行业新闻
'
,
from
:
'时讯'
,
auditor
:
'王强'
,
details
:
...
...
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