Commit 897ce846caf5ccfba6c1351208b5eb746ed800a7

Authored by gesilong
1 parent bb8bc037

commit: bug修复2

... ... @@ -19,11 +19,7 @@
19 19 });
20 20
21 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 25 const [registerDrawer, { setDrawerProps }] = useDrawerInner(async (data) => {
... ...