|
@@ -79,17 +79,17 @@
|
79
|
79
|
<span>{{ scope.row.bid_amount || 0 }}元/{{ scope.row.optimization_goal_name || '千次曝光' }}</span>
|
80
|
80
|
<el-icon color="#3173FF" class="pointer"
|
81
|
81
|
@click="openSubDialogEvent(scope.row, 'bid_amount')"><i-ep-Edit /></el-icon>
|
82
|
|
- </div>
|
|
82
|
+ </div> -->
|
83
|
83
|
<div class="cellDiv flex" v-else-if="item.column == 'adcreative_name'">
|
84
|
84
|
<el-tooltip placement="top" :content="scope.row?.adcreatives_info?.adcreative_name"
|
85
|
85
|
:disabled="scope.row?.adcreatives_info?.adcreative_name ? false : true">
|
86
|
86
|
<div class="ellipsis">{{ scope.row?.adcreatives_info?.adcreative_name || '-' }}</div>
|
87
|
87
|
</el-tooltip>
|
88
|
|
- </div> -->
|
|
88
|
+ </div>
|
89
|
89
|
<div class="cellDiv flex" v-else-if="item.column == 'a5'">
|
90
|
90
|
<span>暂未配置</span>
|
91
|
91
|
</div>
|
92
|
|
- <!-- <div class="cellDiv pointer" style="color:#3173FF;" v-else-if="item.column == 'a7'"
|
|
92
|
+ <div class="cellDiv pointer" style="color:#3173FF;" v-else-if="item.column == 'a7'"
|
93
|
93
|
@click="openSubDialogEvent(scope.row, 'seeVideoImg')">已选
|
94
|
94
|
<span>{{scope.row?.adcreatives_info?.adcreative_elements?.self_image_count != 'self_image_count' ? scope.row?.adcreatives_info?.adcreative_elements?.self_image_count : 0}}张图片,</span>
|
95
|
95
|
<span>{{scope.row?.adcreatives_info?.adcreative_elements?.self_video_count != 'self_video_count' ? scope.row?.adcreatives_info?.adcreative_elements?.self_video_count : 0}}个视频</span>
|
|
@@ -101,9 +101,9 @@
|
101
|
101
|
<span>文案:已选{{ (scope.row?.adcreatives_info?.adcreative_elements?.description && 1) ||
|
102
|
102
|
0 }}条文案</span>
|
103
|
103
|
</el-tooltip>
|
104
|
|
- </div> -->
|
|
104
|
+ </div>
|
105
|
105
|
<div class="cellDiv flex" v-else-if="item.column == 'page_spec'">
|
106
|
|
- <span>{{ scope.row.adcreatives_info?.page_spec?.page_name || '-' }}</span>
|
|
106
|
+ <span>{{ scope.row?.adcreatives_info?.page_spec?.page_name || '-' }}</span>
|
107
|
107
|
</div>
|
108
|
108
|
<div class="cellDiv" v-else-if="item.column == 'a10'">
|
109
|
109
|
<Popconfirm @confirm="deleTextEvent(scope.row, scope.$index)" />
|