review:【ep 全局】实现

pull/103/MERGE
YunaiV 2025-05-13 19:15:38 +08:00
parent 564861302f
commit 09f4baa578
2 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,7 @@ export function useGridColumns(
minWidth: 200,
align: 'center',
fixed: 'right',
// TODO @puhui999headerAlign 要使用 headerAlign: 'center' 么?看着现在分成了 align 和 headerAlign 两种
headerAlign: 'center',
showOverflow: false,
cellRender: {

View File

@ -57,6 +57,7 @@ const [Modal, modalApi] = useVbenModal({
await formApi.setValues(data);
},
});
// TODO @puhui999
</script>
<template>