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 nzAlertTag from '@/components/page/alert/nzAlertTag'
|
||||||
import alertRuleInfo from '@/components/common/alert/alertRuleInfo'
|
import alertRuleInfo from '@/components/common/alert/alertRuleInfo'
|
||||||
import alertLabel from '@/components/common/alert/alertLabel'
|
import alertLabel from '@/components/common/alert/alertLabel'
|
||||||
import nzDataList from '@/components/common/table/nzDataList'
|
|
||||||
import dataListMixin from '@/components/common/mixin/dataList'
|
import dataListMixin from '@/components/common/mixin/dataList'
|
||||||
import alertMessageTable from '@/components/common/table/alert/alertMessageTable.vue'
|
import alertMessageTable from '@/components/common/table/alert/alertMessageTable.vue'
|
||||||
import { alertMessage as alertMessageConstant } from '@/components/common/js/constants'
|
import { alertMessage as alertMessageConstant } from '@/components/common/js/constants'
|
||||||
@@ -61,7 +60,6 @@ export default {
|
|||||||
'nz-alert-tag': nzAlertTag,
|
'nz-alert-tag': nzAlertTag,
|
||||||
alertRuleInfo: alertRuleInfo,
|
alertRuleInfo: alertRuleInfo,
|
||||||
alertLabel: alertLabel,
|
alertLabel: alertLabel,
|
||||||
nzDataList,
|
|
||||||
alertMessageTable
|
alertMessageTable
|
||||||
},
|
},
|
||||||
mixins: [dataListMixin],
|
mixins: [dataListMixin],
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nzDataList from '@/components/common/table/nzDataList'
|
|
||||||
import dataListMixin from '@/components/common/mixin/dataList'
|
import dataListMixin from '@/components/common/mixin/dataList'
|
||||||
import assetTable from '@/components/common/table/asset/assetTable'
|
import assetTable from '@/components/common/table/asset/assetTable'
|
||||||
export default {
|
export default {
|
||||||
@@ -44,7 +43,6 @@ export default {
|
|||||||
moduleName: String
|
moduleName: String
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
nzDataList,
|
|
||||||
assetTable
|
assetTable
|
||||||
},
|
},
|
||||||
mixins: [dataListMixin],
|
mixins: [dataListMixin],
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nzDataList from '@/components/common/table/nzDataList'
|
|
||||||
import endpointTable from '@/components/common/table/settings/endpointTable'
|
import endpointTable from '@/components/common/table/settings/endpointTable'
|
||||||
import dataListMixin from '@/components/common/mixin/dataList'
|
import dataListMixin from '@/components/common/mixin/dataList'
|
||||||
export default {
|
export default {
|
||||||
@@ -49,7 +48,6 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
nzDataList,
|
|
||||||
endpointTable
|
endpointTable
|
||||||
},
|
},
|
||||||
mixins: [dataListMixin],
|
mixins: [dataListMixin],
|
||||||
|
|||||||
Reference in New Issue
Block a user