🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
>[info]从1.0.7版本开始支持 默认情况下,如果表格内没有任何数据,则会提示“暂无数据”。 ![](https://box.kancloud.cn/2fc39efea376bc59b3db05565d8107a4_386x169.png) 如果需要修改,也这样设置 ~~~ return ZBuilder::make('table')->assign('empty_tips', '没有任何数据')->fetch(); ~~~ ![](https://box.kancloud.cn/a15ff6a3f5c28b052298d2a83e8982b9_299x123.png) 如果想隐藏,将其设置为空即可 ~~~ return ZBuilder::make('table')->assign('empty_tips', '')->fetch(); ~~~