Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
zxn-adputin
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lijin
zxn-adputin
Commits
26b28e97
Commit
26b28e97
authored
Jul 08, 2025
by
huangzhenglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 处理任务提示
parent
9b91b1e4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
CampaignTaskManage.vue
src/views/campaignTask/CampaignTaskManage.vue
+8
-8
No files found.
src/views/campaignTask/CampaignTaskManage.vue
View file @
26b28e97
...
@@ -79,8 +79,8 @@
...
@@ -79,8 +79,8 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
<el-tag
:type=
"getStatusType(scope.row.status)"
:type=
"getStatusType(scope.row.status)"
:class=
"
{'clickable-tag': scope.row.status === 4}"
:class=
"
{'clickable-tag': scope.row.status ===
3 || scope.row.status ===
4}"
@click="
scope.row.status === 4
&&
showErrorMessage(scope.row)">
@click="
(scope.row.status === 3 || scope.row.status === 4)
&&
showErrorMessage(scope.row)">
{{
getStatusText
(
scope
.
row
.
status
)
}}
{{
getStatusText
(
scope
.
row
.
status
)
}}
</el-tag>
</el-tag>
</
template
>
</
template
>
...
@@ -379,8 +379,8 @@
...
@@ -379,8 +379,8 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
<el-tag
:type=
"getStatusType(scope.row.status)"
:type=
"getStatusType(scope.row.status)"
:class=
"
{'clickable-tag': scope.row.status === 4}"
:class=
"
{'clickable-tag': scope.row.status ===
3 || scope.row.status ===
4}"
@click="
scope.row.status === 4
&&
showErrorMessage(scope.row)">
@click="
(scope.row.status === 3 || scope.row.status === 4)
&&
showErrorMessage(scope.row)">
{{
getStatusText
(
scope
.
row
.
status
)
}}
{{
getStatusText
(
scope
.
row
.
status
)
}}
</el-tag>
</el-tag>
</
template
>
</
template
>
...
...
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