perf: 优化所有el-emptydescription内容。图标选择器内容为空时加上el-empty

This commit is contained in:
xiaoxian521
2024-01-02 23:58:53 +08:00
parent 9968787228
commit cf5fcc802f
4 changed files with 10 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ const handleManageProduct = product => {
v.name.toLowerCase().includes(searchValue.toLowerCase())
).length === 0
"
description="暂无数据"
:description="`${searchValue} 产品不存在`"
/>
<template v-if="pagination.total > 0">
<el-row :gutter="16">