diff --git a/src/table/Ellipsis.tsx b/src/table/Ellipsis.tsx index 6810acbd9b..2f7893168d 100644 --- a/src/table/Ellipsis.tsx +++ b/src/table/Ellipsis.tsx @@ -46,7 +46,7 @@ export default function Ellipsis(props: EllipsisProps) { e.type === 'mouseleave' ? onTriggerMouseleave() : onTriggerMouseenter(); }, 80); - const cellNode = props.children || props.content; + const cellNode = props.content || props.children; const ellipsisContent = (
{cellNode} diff --git a/test/snap/__snapshots__/csr.test.jsx.snap b/test/snap/__snapshots__/csr.test.jsx.snap index db9f6d466a..89ba5c753e 100644 --- a/test/snap/__snapshots__/csr.test.jsx.snap +++ b/test/snap/__snapshots__/csr.test.jsx.snap @@ -112766,7 +112766,9 @@ exports[`csr snapshot test > csr test src/table/_example/tree.tsx 1`] = ` >
+ > + 0 +
ssr test src/table/_example/single-sort.tsx 1`] = ` exports[`ssr snapshot test > ssr test src/table/_example/style.tsx 1`] = `"
申请人
审批状态
申请耗时(天)
签署方式
邮箱地址
申请时间
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
10纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
1纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
10纸质签署
r.nmgw@peurezgn.sl
2022-01-01
汇总:近期数据波动较大
"`; -exports[`ssr snapshot test > ssr test src/table/_example/tree.tsx 1`] = `"
排序
编号
名称
签署方式
操作
申请人 0_1 号
电子签署
1
申请人 1_1 号
纸质签署
2
申请人 2_1 号
电子签署
3
申请人 3_1 号
纸质签署
4
申请人 4_1 号
电子签署
66666
申请人懒加载节点 66666,点我体验
电子签署
88888
申请人懒加载节点 88888,点我体验
电子签署
Total 100 items
please select
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
"`; +exports[`ssr snapshot test > ssr test src/table/_example/tree.tsx 1`] = `"
排序
编号
名称
签署方式
操作
0
申请人 0_1 号
电子签署
1
申请人 1_1 号
纸质签署
2
申请人 2_1 号
电子签署
3
申请人 3_1 号
纸质签署
4
申请人 4_1 号
电子签署
66666
申请人懒加载节点 66666,点我体验
电子签署
88888
申请人懒加载节点 88888,点我体验
电子签署
Total 100 items
please select
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
"`; exports[`ssr snapshot test > ssr test src/table/_example/tree-select.tsx 1`] = `"
序号
申请人
状态
申请事项
Empty Data
"`; diff --git a/test/snap/__snapshots__/ssr.test.jsx.snap b/test/snap/__snapshots__/ssr.test.jsx.snap index 513129dc5d..2069359111 100644 --- a/test/snap/__snapshots__/ssr.test.jsx.snap +++ b/test/snap/__snapshots__/ssr.test.jsx.snap @@ -1006,7 +1006,7 @@ exports[`ssr snapshot test > ssr test src/table/_example/single-sort.tsx 1`] = ` exports[`ssr snapshot test > ssr test src/table/_example/style.tsx 1`] = `"
申请人
审批状态
申请耗时(天)
签署方式
邮箱地址
申请时间
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
10纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
1纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
10纸质签署
r.nmgw@peurezgn.sl
2022-01-01
汇总:近期数据波动较大
"`; -exports[`ssr snapshot test > ssr test src/table/_example/tree.tsx 1`] = `"
排序
编号
名称
签署方式
操作
申请人 0_1 号
电子签署
1
申请人 1_1 号
纸质签署
2
申请人 2_1 号
电子签署
3
申请人 3_1 号
纸质签署
4
申请人 4_1 号
电子签署
66666
申请人懒加载节点 66666,点我体验
电子签署
88888
申请人懒加载节点 88888,点我体验
电子签署
Total 100 items
please select
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
"`; +exports[`ssr snapshot test > ssr test src/table/_example/tree.tsx 1`] = `"
排序
编号
名称
签署方式
操作
0
申请人 0_1 号
电子签署
1
申请人 1_1 号
纸质签署
2
申请人 2_1 号
电子签署
3
申请人 3_1 号
纸质签署
4
申请人 4_1 号
电子签署
66666
申请人懒加载节点 66666,点我体验
电子签署
88888
申请人懒加载节点 88888,点我体验
电子签署
Total 100 items
please select
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
"`; exports[`ssr snapshot test > ssr test src/table/_example/tree-select.tsx 1`] = `"
序号
申请人
状态
申请事项
Empty Data
"`;