Skip to content

Commit d1b6239

Browse files
committed
refine doc
1 parent 5e3a19b commit d1b6239

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

examples/src/docs/en/ve-table/contextmenu/base.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Right click the table area to view the effect
4545
{
4646
type: "REMOVE_ROW",
4747
},
48+
{
49+
type: "SEPARATOR",
50+
},
4851
{
4952
type: "HIDE_COLUMN",
5053
},

examples/src/docs/zh/ve-table/contextmenu/base.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
{
4646
type: "REMOVE_ROW",
4747
},
48+
{
49+
type: "SEPARATOR",
50+
},
4851
{
4952
type: "HIDE_COLUMN",
5053
},

examples/src/docs/zh/ve-table/contextmenu/contextmenu-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| 在上方插入行 | `INSERT_ROW_ABOVE` |
99
| 在下方插入行 | `INSERT_ROW_BELOW` |
1010
| 移除该行 | `REMOVE_ROW` |
11-
| 隐藏该行 | `HIDE_COLUMN` |
11+
| 隐藏该列 | `HIDE_COLUMN` |

packages/src/locale/lang/zh-CN.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ export default {
1414
insertRowAbove: "上方插入行",
1515
insertRowBelow: "下方插入行",
1616
removeRow: "移除该行",
17-
hideColumn: "隐藏该行",
17+
hideColumn: "隐藏该列",
1818
},
1919
};

0 commit comments

Comments
 (0)