mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
perf: 优化所有el-empty的description内容。图标选择器内容为空时加上el-empty
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user