Skip to content

Commit

Permalink
feat: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
PengYYYYY committed May 5, 2022
1 parent b4e7e8e commit 7c9ef66
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
5 changes: 0 additions & 5 deletions examples/table/demos/fixed-column.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ const columns = computed(() => {
title: '默认值',
width: 150,
},
{
colKey: 'detail.position',
title: '详情信息',
width: 250,
},
{
colKey: 'description',
title: '说明',
Expand Down
9 changes: 0 additions & 9 deletions test/ssr/__snapshots__/ssr.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28851,7 +28851,6 @@ exports[`ssr snapshot test renders ./examples/table/demos/fixed-column.vue corre
<col style="width:100px;">
<col style="width:150px;">
<col style="width:150px;">
<col style="width:250px;">
<col style="width:100px;">
<col style="width:150px;">
<col style="width:100px;">
Expand All @@ -28874,9 +28873,6 @@ exports[`ssr snapshot test renders ./examples/table/demos/fixed-column.vue corre
<th data-colkey="default" class="t-table__th-default" style="">
<div class="t-table__th-cell-inner">默认值</div>
</th>
<th data-colkey="detail.position" class="t-table__th-detail.position" style="">
<div class="t-table__th-cell-inner">详情信息</div>
</th>
<th data-colkey="description" class="t-table__th-description" style="">
<div class="t-table__th-cell-inner">说明</div>
</th>
Expand Down Expand Up @@ -28908,7 +28904,6 @@ exports[`ssr snapshot test renders ./examples/table/demos/fixed-column.vue corre
<td class="" style="">共有</td>
<td class="" style="">String</td>
<td class="" style="">-</td>
<td class="" style="">读取 0 个数据的嵌套信息值</td>
<td class="" style="">数据源</td>
<td class="" style="">是</td>
<td class="" style="">
Expand All @@ -28929,7 +28924,6 @@ exports[`ssr snapshot test renders ./examples/table/demos/fixed-column.vue corre
<td class="" style="">私有</td>
<td class="" style="">Number</td>
<td class="" style="">0</td>
<td class="" style="">读取 1 个数据的嵌套信息值</td>
<td class="" style="">数据源</td>
<td class="" style="">否</td>
<td class="" style="">
Expand All @@ -28950,7 +28944,6 @@ exports[`ssr snapshot test renders ./examples/table/demos/fixed-column.vue corre
<td class="" style="">共有</td>
<td class="" style="">Array</td>
<td class="" style="">[]</td>
<td class="" style="">读取 2 个数据的嵌套信息值</td>
<td class="" style="">数据源</td>
<td class="" style="">否</td>
<td class="" style="">
Expand All @@ -28971,7 +28964,6 @@ exports[`ssr snapshot test renders ./examples/table/demos/fixed-column.vue corre
<td class="" style="">私有</td>
<td class="" style="">Object</td>
<td class="" style="">{}</td>
<td class="" style="">读取 3 个数据的嵌套信息值</td>
<td class="" style="">数据源</td>
<td class="" style="">否</td>
<td class="" style="">
Expand All @@ -28992,7 +28984,6 @@ exports[`ssr snapshot test renders ./examples/table/demos/fixed-column.vue corre
<td class="" style="">共有</td>
<td class="" style="">String</td>
<td class="" style="">-</td>
<td class="" style="">读取 4 个数据的嵌套信息值</td>
<td class="" style="">数据源</td>
<td class="" style="">是</td>
<td class="" style="">
Expand Down
38 changes: 0 additions & 38 deletions test/unit/table/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5983,9 +5983,6 @@ exports[`Table Table fixedColumnVue demo works fine 1`] = `
<col
style="width: 150px;"
/>
<col
style="width: 250px;"
/>
<col
style="width: 100px;"
/>
Expand Down Expand Up @@ -6046,16 +6043,6 @@ exports[`Table Table fixedColumnVue demo works fine 1`] = `
默认值
</div>
</th>
<th
class="t-table__th-detail.position"
data-colkey="detail.position"
>
<div
class="t-table__th-cell-inner"
>
详情信息
</div>
</th>
<th
class="t-table__th-description"
data-colkey="description"
Expand Down Expand Up @@ -6136,11 +6123,6 @@ exports[`Table Table fixedColumnVue demo works fine 1`] = `
>
-
</td>
<td
class=""
>
读取 0 个数据的嵌套信息值
</td>
<td
class=""
>
Expand Down Expand Up @@ -6199,11 +6181,6 @@ exports[`Table Table fixedColumnVue demo works fine 1`] = `
>
0
</td>
<td
class=""
>
读取 1 个数据的嵌套信息值
</td>
<td
class=""
>
Expand Down Expand Up @@ -6262,11 +6239,6 @@ exports[`Table Table fixedColumnVue demo works fine 1`] = `
>
[]
</td>
<td
class=""
>
读取 2 个数据的嵌套信息值
</td>
<td
class=""
>
Expand Down Expand Up @@ -6325,11 +6297,6 @@ exports[`Table Table fixedColumnVue demo works fine 1`] = `
>
{}
</td>
<td
class=""
>
读取 3 个数据的嵌套信息值
</td>
<td
class=""
>
Expand Down Expand Up @@ -6388,11 +6355,6 @@ exports[`Table Table fixedColumnVue demo works fine 1`] = `
>
-
</td>
<td
class=""
>
读取 4 个数据的嵌套信息值
</td>
<td
class=""
>
Expand Down

0 comments on commit 7c9ef66

Please sign in to comment.