Browse Source

row_below

bding 11 months ago
parent
commit
2a7d4dc0df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/datasheet_manage/common/customTable.js

+ 1 - 1
src/views/datasheet_manage/common/customTable.js

@@ -185,7 +185,7 @@ export function getRightClickMenu(pos,canEdit=false) {
     ],
     'row': [
       { label: bus.$i18nt ? bus.$i18nt.t('ETable.MenuSelect.row_above') : "向上插入行", key: "insert-row-up" },
-      { label: bus.$i18nt ? bus.$i18nt.t('ETable.MenuSelect.saturday') : "向下插入行", key: "insert-row-down" },
+      { label: bus.$i18nt ? bus.$i18nt.t('ETable.MenuSelect.row_below') : "向下插入行", key: "insert-row-down" },
       { label: bus.$i18nt ? bus.$i18nt.t('ETable.Btn.delete_btn') : "删除", key: "del" },
     ],
     'cell': canEdit