feat: 修改方法名
This commit is contained in:
committed by
zhengkunwang223
parent
cc17499207
commit
3ffda84dee
@@ -21,7 +21,7 @@
|
||||
<el-table-column
|
||||
prop="createdAt"
|
||||
:label="$t('commons.table.date')"
|
||||
:formatter="dateFromat"
|
||||
:formatter="dateFormat"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<script lang="ts" setup>
|
||||
import ComplexTable from '@/components/complex-table/index.vue';
|
||||
import { reactive, ref } from 'vue';
|
||||
import { dateFromat } from '@/utils/util';
|
||||
import { dateFormat } from '@/utils/util';
|
||||
import { useDeleteData } from '@/hooks/use-delete-data';
|
||||
import { backup, recover } from '@/api/modules/database';
|
||||
import i18n from '@/lang';
|
||||
|
||||
Reference in New Issue
Block a user