@@ -231,7 +231,7 @@ const ChangeBtnShowType = (item) => {
<Button
appearance="subtle"
icon={<MoreHorizontal16Filled />}
- onclick={() => {
+ onClick={() => {
alert("更多操作");
}}
></Button>