working at i18n @admin page

This commit is contained in:
lesion
2022-11-29 14:40:19 +01:00
parent c46a4ee17c
commit 5baff1adb1
18 changed files with 799 additions and 767 deletions

View File

@@ -61,7 +61,7 @@ export default ({ app, store }) => {
Vue.filter('recurrentDetail', event => {
const parent = event.parent
if (!parent.frequency || !parent.type) return
if (!parent.recurrent.frequency) return
const { frequency, type } = parent.recurrent
let recurrent
if (frequency === '1w' || frequency === '2w') {