[Update] 修改core

This commit is contained in:
ibuler
2020-05-27 19:29:49 +08:00
parent 25a2cdca44
commit dbe17fbc04
13 changed files with 77 additions and 221 deletions

View File

@@ -2,7 +2,7 @@
<ListTable :table-config="tableConfig" :header-actions="headerActions" />
</template>
<script>
<script type="text/jsx">
import ListTable from '@/components/ListTable'
import { timeOffset, toSafeLocalDateStr } from '@/utils/common'
import { ActionsFormatter } from '@/components/ListTable/formatters'