Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] [Component] [table, table-column] el-table在chrome72浏览器上存在展示问题 #7038

Closed
zwy575855161 opened this issue Apr 7, 2022 · 1 comment
Labels

Comments

@zwy575855161
Copy link

Bug Type: Component

Environment

  • Vue Version: 3.2.6
  • Element Plus Version: 2.1.8
  • Browser / OS: Chrome/72.0.3626.109
  • Build Tool: Vite

Reproduction

Related Component

  • el-table
  • el-table-column

Reproduction Link

Element Plus Playground

Steps to reproduce

直接使用官方的el-table样例

What is Expected?

数据正常显示

What is actually happening?

表格中数据为空白。如果使用template 可以正常显示:<template #default="scope">{{scope.row.date}}

Additional comments

(empty)

@itzx
Copy link

itzx commented Apr 19, 2022

你可以先使用插槽解决
参考https://element-plus.gitee.io/zh-CN/component/table.html#table-column-%E6%8F%92%E6%A7%BD

<el-table-column label="Label Name" align="center">
    <template #default="scope">
        {{ scope.row.xxxx}}
    </template>
</el-table-column>

LiZheGuang added a commit to LiZheGuang/element-plus that referenced this issue Nov 17, 2022
Fix the problem that the chrome 72 tab table does not display data. This is caused by the fact that
the extension operator becomes an empty object in a special scenario

BREAKING CHANGE :
The writing method of shallow copy is replaced

closed element-plus#8770,element-plus#9071,element-plus#7038
btea added a commit that referenced this issue Aug 12, 2023
…ata (#10640)

Fix the problem that the chrome 72 tab table does not display data. This is caused by the fact that
the extension operator becomes an empty object in a special scenario

BREAKING CHANGE :
The writing method of shallow copy is replaced

closed #8770,#9071,#7038

Co-authored-by: btea <2356281422@qq.com>
@btea btea closed this as completed Aug 12, 2023
laizuan pushed a commit to laizuan/element-plus that referenced this issue Sep 5, 2023
…ata (element-plus#10640)

Fix the problem that the chrome 72 tab table does not display data. This is caused by the fact that
the extension operator becomes an empty object in a special scenario

BREAKING CHANGE :
The writing method of shallow copy is replaced

closed element-plus#8770,element-plus#9071,element-plus#7038

Co-authored-by: btea <2356281422@qq.com>
consultation-applio pushed a commit to consultation-applio/element-plus that referenced this issue Nov 10, 2023
…ata (element-plus#10640)

Fix the problem that the chrome 72 tab table does not display data. This is caused by the fact that
the extension operator becomes an empty object in a special scenario

BREAKING CHANGE :
The writing method of shallow copy is replaced

closed element-plus#8770,element-plus#9071,element-plus#7038

Co-authored-by: btea <2356281422@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants