Browse Source

feat: test

pull/7929/head
xingyu4j 3 months ago
parent
commit
3a88adb8a6
  1. 2
      playground/src/views/system/menu/list.vue

2
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>

Loading…
Cancel
Save