|
@@ -152,12 +152,13 @@ const tab_list = [
|
152
|
152
|
const tableInfo:any = reactive({
|
153
|
153
|
taskRecordList:[],//执行记录
|
154
|
154
|
descol: [
|
155
|
|
- { prop: 'account_name', label: '账户', fixed: '', width: '120' },
|
156
|
|
- { prop: 'optimization_goal', label: '转化目标', fixed: '' },
|
|
155
|
+ { prop: 'account_id', label: '账户ID', fixed: '' ,width: '60'},
|
|
156
|
+ { prop: 'account_name', label: '账户', fixed: '', width: '140' },
|
|
157
|
+ { prop: 'optimization_goal', label: '转化目标', fixed: '', width: '60' },
|
157
|
158
|
{ prop: 'deep_conversion_spec_goal', label: '深度转化目标', fixed: '' },
|
158
|
|
- { prop: 'bid_amount', label: '转化目标出价', fixed: '' },
|
159
|
|
- { prop: 'deep_bid_amount', label: '深度转化目标出价', fixed: '' },
|
160
|
|
- { prop: 'ad_count', label: '新建广告数', fixed: '' },
|
|
159
|
+ { prop: 'bid_amount', label: '转化目标出价', fixed: '',width: '80' },
|
|
160
|
+ { prop: 'deep_bid_amount', label: '深度转化目标出价', fixed: '', width: '100' },
|
|
161
|
+ { prop: 'ad_count', label: '新建广告数', fixed: '', width: '60' },
|
161
|
162
|
{ prop: 'status', label: '提交结果', fixed: '' ,width: '140' },
|
162
|
163
|
],
|
163
|
164
|
recordDescol: [
|