feat: 修改方法名

This commit is contained in:
zhengkunwang223
2023-01-16 15:55:53 +08:00
committed by zhengkunwang223
parent cc17499207
commit 3ffda84dee
33 changed files with 81 additions and 79 deletions

View File

@@ -86,7 +86,7 @@
<el-table-column
prop="createdAt"
:label="$t('commons.table.date')"
:formatter="dateFromat"
:formatter="dateFormat"
show-overflow-tooltip
/>
<fu-table-operations
@@ -196,7 +196,7 @@ import AppResources from '@/views/database/mysql/check/index.vue';
import Setting from '@/views/database/mysql/setting/index.vue';
import AppStatus from '@/components/app-status/index.vue';
import Submenu from '@/views/database/index.vue';
import { dateFromat } from '@/utils/util';
import { dateFormat } from '@/utils/util';
import { reactive, ref } from 'vue';
import {
deleteCheckMysqlDB,