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
0ee7e016
Commit
0ee7e016
authored
Dec 05, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改浏览公共资源
parent
5759cf40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
2 deletions
+48
-2
index.vue
src/views/OverviewMallResources/publicResources/index.vue
+48
-2
No files found.
src/views/OverviewMallResources/publicResources/index.vue
View file @
0ee7e016
...
@@ -214,11 +214,17 @@
...
@@ -214,11 +214,17 @@
<span
v-if=
"item.isShare"
>
有条件共享
</span>
<span
v-if=
"item.isShare"
>
有条件共享
</span>
<span
v-else
>
无条件共享
</span>
<span
v-else
>
无条件共享
</span>
<div>
<div>
<a-button
style=
"padding: 0; border: none; box-shadow: none"
>
<a-button
style=
"padding: 0; border: none; box-shadow: none"
@
click=
"information(item)"
>
<Icon
icon=
"icon-park-outline:eyes"
/>
{{
item
.
view
}}
</a-button
<Icon
icon=
"icon-park-outline:eyes"
/>
{{
item
.
view
}}
</a-button
>
>
<Divider
type=
"vertical"
/>
<Divider
type=
"vertical"
/>
<a-button
style=
"padding: 0; border: none; box-shadow: none"
>
<a-button
style=
"padding: 0; border: none; box-shadow: none"
@
click=
"pushNotifications"
>
<Icon
icon=
"icon-park-outline:hand-up"
/>
{{
item
.
edit
}}
</a-button
<Icon
icon=
"icon-park-outline:hand-up"
/>
{{
item
.
edit
}}
</a-button
>
>
</div>
</div>
...
@@ -359,6 +365,46 @@
...
@@ -359,6 +365,46 @@
reload
();
reload
();
}
}
function
information
(
item
)
{
const
title
=
item
.
title
;
if
(
title
===
'党建工作总结'
)
{
router
.
push
({
path
:
'/mallResourceDevelopment/dataSet/commonDataSet/columnInformation'
,
query
:
{},
});
}
if
(
title
===
'党史知识竞赛'
)
{
router
.
push
({
path
:
'/mallResourceDevelopment/dataSet/commonDataSet/partyHistoryKnowledgeCompetition'
,
query
:
{},
});
}
if
(
title
===
'主题教育活动'
)
{
router
.
push
({
path
:
'/mallResourceDevelopment/dataSet/commonDataSet/themeEducationActivities'
,
query
:
{},
});
}
if
(
title
===
'党员发展计划'
)
{
router
.
push
({
path
:
'/mallResourceDevelopment/dataSet/commonDataSet/partyMemberDevelopmentPlan'
,
query
:
{},
});
}
if
(
title
===
'基本信息'
)
{
router
.
push
({
path
:
'/mallResourceDevelopment/dataSet/commonDataSet/essentialInformation'
,
query
:
{},
});
}
}
function
pushNotifications
()
{
router
.
push
({
path
:
'/mallResourceDevelopment/dataSet/commonDataSet/applyForPushNotificationsModal'
,
query
:
{},
});
}
onMounted
(()
=>
{
onMounted
(()
=>
{
onSearch
();
onSearch
();
});
});
...
...
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