review:【ep 全局】实现
parent
564861302f
commit
09f4baa578
|
@ -150,6 +150,7 @@ export function useGridColumns(
|
|||
minWidth: 200,
|
||||
align: 'center',
|
||||
fixed: 'right',
|
||||
// TODO @puhui999:headerAlign 要使用 headerAlign: 'center' 么?看着现在分成了 align 和 headerAlign 两种
|
||||
headerAlign: 'center',
|
||||
showOverflow: false,
|
||||
cellRender: {
|
||||
|
|
|
@ -57,6 +57,7 @@ const [Modal, modalApi] = useVbenModal({
|
|||
await formApi.setValues(data);
|
||||
},
|
||||
});
|
||||
// TODO @puhui999:重置密码展示不对;
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Reference in New Issue