perf : deleteButton 删除功能代码优化

This commit is contained in:
likexuan
2023-01-04 11:10:03 +08:00
parent 4bf20f45a5
commit 31d76d0e4d
26 changed files with 40 additions and 410 deletions

View File

@@ -196,7 +196,6 @@
import table from '@/components/common/mixin/table'
import { showTableTooltip, hideTableTooltip } from '@/components/common/js/tools'
// import bus from '@/libs/bus'
import deleteButton from '@/components/common/deleteButton'
import copy from '@/components/common/copy'
import alertLabel from '@/components/common/alert/alertLabel'
import alertDaysInfo from '@/components/common/alert/alertDaysInfo'
@@ -207,8 +206,7 @@ export default {
components: {
alertLabel: alertLabel,
alertDaysInfo,
copy,
deleteButton
copy
},
props: {
showOption: {