|
@@ -13,6 +13,7 @@ import * as api from './api';
|
|
import { useElTableData } from '/@/utils/useElTableData';
|
|
import { useElTableData } from '/@/utils/useElTableData';
|
|
import { Download, Refresh } from '@element-plus/icons-vue';
|
|
import { Download, Refresh } from '@element-plus/icons-vue';
|
|
import { ElMessage } from 'element-plus';
|
|
import { ElMessage } from 'element-plus';
|
|
|
|
+import { marketplaceIdMap } from '/@/views/featureWord/queryPage/marketplaceIdMap';
|
|
|
|
|
|
|
|
|
|
const date = ref(calculateLastMonthFirstWeek());
|
|
const date = ref(calculateLastMonthFirstWeek());
|
|
@@ -135,7 +136,10 @@ async function handleRefresh(row: any) {
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<span class="font-bold mr-2" style="color: #303133">市场ID:</span>
|
|
<span class="font-bold mr-2" style="color: #303133">市场ID:</span>
|
|
- <el-input v-model="filter.marketplace_Ids" style="width: 180px"></el-input>
|
|
|
|
|
|
+ <el-select v-model="filter.marketplace_Ids" style="width: 180px">
|
|
|
|
+ <el-option v-for="item in marketplaceIdMap" :label="item.Country" :value="item.MarketplaceId"
|
|
|
|
+ :key="item.MarketplaceId"></el-option>
|
|
|
|
+ </el-select>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<span class="font-bold mr-2" style="color: #303133">报告类型:</span>
|
|
<span class="font-bold mr-2" style="color: #303133">报告类型:</span>
|