fix: 补充批量删除的 图标显示

This commit is contained in:
zhangyu
2022-10-17 11:46:41 +08:00
parent ad0697dce7
commit 457dcf5494
3 changed files with 36 additions and 7 deletions

View File

@@ -3,8 +3,12 @@ import { tableSet } from '@/components/common/js/tools'
import { fromRoute } from '@/components/common/js/constants'
import routerPathParams from '@/components/common/mixin/routerPathParams'
import defaultData from '@/components/chart/defaultLineData'
import deleteButton from '@/components/common/deleteButton'
import lodash from 'lodash'
export default {
components: {
deleteButton
},
mixins: [routerPathParams],
props: {
switchTab: {