Skip to content

Commit 349a39e

Browse files
committed
review + mall:商品管理
1 parent ae49aaf commit 349a39e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/views/mall/product/spu/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<Icon class="mr-5px" icon="ep:plus" />
5656
新增
5757
</el-button>
58-
<!-- TODO @puhui999:增加一个【导出】操作 -->
5958
<el-button
6059
v-hasPermi="['product:spu:export']"
6160
:loading="exportLoading"
@@ -385,7 +384,7 @@ const handleExport = async () => {
385384
// 发起导出
386385
exportLoading.value = true
387386
const data = await ProductSpuApi.exportSpu(queryParams)
388-
download.excel(data, '商品spu.xls')
387+
download.excel(data, '商品列表.xls')
389388
} catch {
390389
} finally {
391390
exportLoading.value = false

0 commit comments

Comments
 (0)