I need to change the no data label before making a request to the server.
enter image description here
在向服务器发出请求之前,我需要更改无数据标签。在此处输入图像描述
I would like to get the inscription "Downloading company data..."
我想得到铭文“正在下载公司数据…”
This is a simple question and I do not know what else to add to the description in order to fulfill the requirement for the length of the description of the question "Body must be at least 220 characters; you entered 178."
这是一个简单的问题,我不知道还要在描述中添加什么才能满足问题描述长度的要求“正文必须至少为220个字符;您输入了178。”
更多回答
优秀答案推荐
In the Element Plus documentation, it is explained that you can use the empty-text
attributes for the Table component to customize the default "No Data" message.
在Element Plus文档中,说明了可以使用表组件的空文本属性来自定义默认的“无数据”消息。
Attribute |
Description |
Type |
Accepted Values |
Default |
empty-text |
Displayed text when data is empty. You can customize this area with #empty |
string |
— |
No Data |
<el-table empty-text="Downloading company data..."></el-table>
更多回答
我是一名优秀的程序员,十分优秀!