Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
PaoPao
/
adminWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2b54f850
...
2b54f85035a5a3a9fc56ec61af629afbef86ae08
authored
2024-05-27 16:22:04 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(master): 屏蔽推送功能
1 parent
3eee07cc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
src/views/audition/activity-audit/components/modal-content.vue
src/views/audition/activity/index.vue
src/views/audition/activity-audit/components/modal-content.vue
View file @
2b54f85
...
...
@@ -28,6 +28,7 @@
<TabPane
key=
"audit"
title=
"试唱上架审核"
>
<FormContent
:init-value=
"row"
:max-step=
"3"
:current-attribute=
"currentAttribute"
:last-attribute=
"lastAttribute"
:submit-text=
"submitText"
...
...
src/views/audition/activity/index.vue
View file @
2b54f85
...
...
@@ -69,9 +69,9 @@
<a-link
v-if=
"record.status === 5 && checkPermission('edit')"
class=
"link-hover"
:hoverable=
"false"
@
click=
"onSend(record)"
>
编辑发行
</a-link>
<
a-link
v-if=
"record.status === 1 && checkPermission('push')"
class=
"link-hover"
:hoverable=
"false"
@
click=
"onNotify(record)"
>
推送
<
/a-link
>
<
!--
<a-link
v-if=
"record.status === 1 && checkPermission('push')"
class=
"link-hover"
:hoverable=
"false"
@
click=
"onNotify(record)"
>
--
>
<!-- 推送-->
<
!--
</a-link>
--
>
<!--
<delete-button
v-if=
"record.status === 2"
:index=
"rowIndex"
:on-delete=
"() => onDelete(record.id)"
:row=
"record"
/>
-->
</
template
>
</space-table-column>
...
...
@@ -206,6 +206,7 @@
createVNode
(
FormContent
,
{
initValue
:
formVal
,
hideField
:
props
.
createProp
?.
hideField
,
maxStep
:
3
,
submit
:
(
value
:
AttributeData
)
=>
create
(
value
).
then
((
data
)
=>
{
Message
.
success
(
`添加活动:
${
data
.
song_name
}
`
);
...
...
Please
register
or
sign in
to post a comment