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
5e53b31c
Commit
5e53b31c
authored
Mar 25, 2025
by
lijin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化广告任务详情
parent
e85db9e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
CampaignTaskManage.vue
src/views/campaignTask/CampaignTaskManage.vue
+9
-7
No files found.
src/views/campaignTask/CampaignTaskManage.vue
View file @
5e53b31c
...
...
@@ -164,10 +164,12 @@
</div>
<el-table
:data=
"currentTaskDetail"
border
:loading=
"detailLoading"
>
<el-table-column
prop=
"id"
label=
"ID"
width=
"80"
></el-table-column>
<el-table-column
prop=
"advertiserId"
label=
"广告账户ID"
align=
"center"
sortable
></el-table-column>
<el-table-column
prop=
"campaignId"
label=
"广告计划ID"
align=
"center"
sortable
></el-table-column>
<el-table-column
prop=
"appName"
label=
"产品"
width=
"200"
align=
"center"
sortable
></el-table-column>
<el-table-column
prop=
"advertiserId"
label=
"账户ID"
align=
"center"
sortable
></el-table-column>
<el-table-column
prop=
"campaignId"
label=
"计划ID"
align=
"center"
sortable
></el-table-column>
<el-table-column
prop=
"campaignName"
label=
"计划名称"
align=
"center"
width=
"200"
sortable
></el-table-column>
<el-table-column
prop=
"adgroupId"
label=
"广告组ID"
align=
"center"
sortable
></el-table-column>
<el-table-column
label=
"投放国家"
min-width=
"
20
0"
sortable
>
<el-table-column
label=
"投放国家"
min-width=
"
15
0"
sortable
>
<
template
slot-scope=
"scope"
>
<div
class=
"table-countries-container"
>
<template
v-if=
"scope.row.countries && scope.row.countries.length > 0"
>
...
...
@@ -190,16 +192,16 @@
</div>
</template>
</el-table-column>
<el-table-column
prop=
"startTime"
label=
"开始时间"
sortable
>
<
!-- <
el-table-column prop="startTime" label="开始时间" sortable>
<template slot-scope="scope">
{{ scope.row.startTime ? moment(scope.row.startTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
</template>
</el-table-column>
<el-table-column
prop=
"finishTime"
label=
"结束时间"
sortable
>
</el-table-column>
-->
<
!-- <
el-table-column prop="finishTime" label="结束时间" sortable>
<template slot-scope="scope">
{{ scope.row.finishTime ? moment(scope.row.finishTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
</template>
</el-table-column>
</el-table-column>
-->
<el-table-column
label=
"执行时间"
width=
"150"
sortable
>
<
template
slot-scope=
"scope"
>
{{
calculateDuration
(
scope
.
row
)
}}
...
...
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