This commit is contained in:
liushiwei
2023-10-16 01:23:01 +08:00
parent 0076b54016
commit 0a1f6f1105
7 changed files with 76 additions and 19 deletions

View File

@@ -84,7 +84,7 @@ import AiCopyFromTemu from "@/components/AiCopyFromTemu.vue";
{ slot: 'url', label: '商品地址', align: 'left' },
{ prop: 'type', label: '来源', width: '100px', align: 'left',format: v => this.$dict.getLabel('copy_from', v), },
{ prop: 'mallName', label: '店铺名称', width: '200px', align: 'left'},
{ prop: 'createTime', label: '复制时间', width: '180px', fixed: 'right'}
{ prop: 'createTime', label: '复制时间', width: '180px'}
],
tableData: [],
total: 0,