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