fix: 去掉title

This commit is contained in:
jiangweidong 2023-01-17 12:00:35 +08:00 committed by Jiangjie.Bai
parent 45ff13c7ce
commit 8049e0d965

View File

@ -33,8 +33,7 @@ export default {
const dateTo = getDaysFuture(1, now).toISOString()
return {
rowObj: {
diff: '',
title: vm.$t('audits.AfterChange')
diff: ''
},
logDetailVisible: false,
loading: false,