Showing
1 changed file
with
1 additions
and
5 deletions
@@ -19,11 +19,7 @@ | @@ -19,11 +19,7 @@ | ||
19 | }); | 19 | }); |
20 | 20 | ||
21 | const cacheTitle = computed(() => | 21 | const cacheTitle = computed(() => |
22 | - unref(handleCount) === 0 | ||
23 | - ? t('application.api.action.create') | ||
24 | - : unref(handleCount) === 1 | ||
25 | - ? t('application.api.action.edit') | ||
26 | - : t('application.api.action.detail') | 22 | + "详情" |
27 | ); | 23 | ); |
28 | 24 | ||
29 | const [registerDrawer, { setDrawerProps }] = useDrawerInner(async (data) => { | 25 | const [registerDrawer, { setDrawerProps }] = useDrawerInner(async (data) => { |