Browse Source

按钮点击事件

蔡青松 7 months ago
parent
commit
2213ea521c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/listnew/index.jsx

+ 1 - 1
src/pages/listnew/index.jsx

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