2 Commits 380f01373d ... beca63a984

Author SHA1 Message Date
  蔡青松 beca63a984 Merge branch 'master' of http://787255.xyz:4003/ydm/zl365 7 months ago
  蔡青松 2213ea521c 按钮点击事件 7 months ago
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>