From 6ab5d63c961f1113b1c7e01eacc12c4beda50733 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 10 Aug 2023 16:25:38 +0800 Subject: [PATCH] 2023-8-10 --- src/views/component/table.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/component/table.vue b/src/views/component/table.vue index 269ba1f..c18ce24 100644 --- a/src/views/component/table.vue +++ b/src/views/component/table.vue @@ -727,6 +727,7 @@ export default { label: i.name, width: i.width, fixed: i.is_fixed, + align: i.field === 'biaoti' ? 'left' : 'center' }, linkOb )