review:【ep 全局】实现

This commit is contained in:
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>