From 74f844a7e2f92f5fb8a861d84b217dc7a302f352 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:46:48 +0800 Subject: [PATCH] add missing localer text --- apps/vue/src/components/Table/src/types/table.ts | 3 ++- apps/vue/src/locales/lang/en/component.ts | 1 + apps/vue/src/locales/lang/zh-CN/component.ts | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/vue/src/components/Table/src/types/table.ts b/apps/vue/src/components/Table/src/types/table.ts index fa57d016a..4baf8fc29 100644 --- a/apps/vue/src/components/Table/src/types/table.ts +++ b/apps/vue/src/components/Table/src/types/table.ts @@ -1,7 +1,8 @@ import type { VNodeChild } from 'vue'; import type { PaginationProps } from './pagination'; import type { FormProps } from '/@/components/Form'; -import type { ColumnProps, TableRowSelection as ITableRowSelection } from 'ant-design-vue/lib/table/interface'; +import type { ColumnProps } from 'ant-design-vue/lib/table'; +import type { TableRowSelection as ITableRowSelection } from 'ant-design-vue/lib/table/interface'; import type { AdvanceSearchProps } from './advancedSearch'; import { ComponentType } from './componentType'; diff --git a/apps/vue/src/locales/lang/en/component.ts b/apps/vue/src/locales/lang/en/component.ts index fd03007eb..aaee986ab 100644 --- a/apps/vue/src/locales/lang/en/component.ts +++ b/apps/vue/src/locales/lang/en/component.ts @@ -75,6 +75,7 @@ export default { conditions: 'Condition', addCondition: 'Add Condition', delCondition: 'Del Condition', + clearCondition: 'Clear Condition', field: 'Field', logic: 'Logic', and: 'And', diff --git a/apps/vue/src/locales/lang/zh-CN/component.ts b/apps/vue/src/locales/lang/zh-CN/component.ts index ae04d9e92..207d457a5 100644 --- a/apps/vue/src/locales/lang/zh-CN/component.ts +++ b/apps/vue/src/locales/lang/zh-CN/component.ts @@ -77,6 +77,7 @@ export default { conditions: '查询条件', addCondition: '增加条件', delCondition: '删除条件', + clearCondition: '清空条件', field: '字段', logic: '连接条件', and: '且',