fix: 修复组件 Project => Bifang 弹框Box不显示问题
This commit is contained in:
@@ -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],
|
||||
|
||||
@@ -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],
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user