From bd20a385dd86cf32735578c4c140a0aebf758e45 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 15 五月 2025 17:15:07 +0800 Subject: [PATCH] fix: bug --- src/constants/common.ts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/constants/common.ts b/src/constants/common.ts new file mode 100644 index 0000000..d2a756c --- /dev/null +++ b/src/constants/common.ts @@ -0,0 +1,9 @@ +import { defineColumns } from '@bole-core/components'; + +export const CommonAnnexTableColumns = defineColumns([ + { + id: '1', + enCode: 'name', + name: '鏂囦欢鍚�', + }, +]); -- Gitblit v1.9.1