fix: 修复组件 Project => Bifang 弹框Box不显示问题

This commit is contained in:
@changcode
2021-07-02 09:53:43 +08:00
parent 2751ed49e9
commit 7c96bd148c
3 changed files with 0 additions and 6 deletions

View File

@@ -46,7 +46,6 @@ import bus from '@/libs/bus'
import nzAlertTag from '@/components/page/alert/nzAlertTag'
import alertRuleInfo from '@/components/common/alert/alertRuleInfo'
import alertLabel from '@/components/common/alert/alertLabel'
import nzDataList from '@/components/common/table/nzDataList'
import dataListMixin from '@/components/common/mixin/dataList'
import alertMessageTable from '@/components/common/table/alert/alertMessageTable.vue'
import { alertMessage as alertMessageConstant } from '@/components/common/js/constants'
@@ -61,7 +60,6 @@ export default {
'nz-alert-tag': nzAlertTag,
alertRuleInfo: alertRuleInfo,
alertLabel: alertLabel,
nzDataList,
alertMessageTable
},
mixins: [dataListMixin],

View File

@@ -33,7 +33,6 @@
</template>
<script>
import nzDataList from '@/components/common/table/nzDataList'
import dataListMixin from '@/components/common/mixin/dataList'
import assetTable from '@/components/common/table/asset/assetTable'
export default {
@@ -44,7 +43,6 @@ export default {
moduleName: String
},
components: {
nzDataList,
assetTable
},
mixins: [dataListMixin],

View File

@@ -36,7 +36,6 @@
</template>
<script>
import nzDataList from '@/components/common/table/nzDataList'
import endpointTable from '@/components/common/table/settings/endpointTable'
import dataListMixin from '@/components/common/mixin/dataList'
export default {
@@ -49,7 +48,6 @@ export default {
watch: {
},
components: {
nzDataList,
endpointTable
},
mixins: [dataListMixin],