소스 검색

feat: test

xingyu4j 3 주 전
부모
커밋
3a88adb8a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playground/src/views/system/menu/list.vue

+ 1 - 1
playground/src/views/system/menu/list.vue

@@ -115,7 +115,7 @@ function onDelete(row: SystemMenuApi.SystemMenu) {
     <FormDrawer @success="onRefresh" />
     <Grid>
       <template #toolbar-tools>
-        <Button type="primary" @click="onCreate">
+        <Button type="primary">
           <Plus class="size-5" />
           {{ $t('ui.actionTitle.create', [$t('system.menu.name')]) }}
         </Button>