feat:asset 详细视图添加
This commit is contained in:
@@ -39,14 +39,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="nz-detail-view-right">
|
||||
<detailViewRight
|
||||
@getTableData = 'getTableData'
|
||||
ref="detailViewRight"
|
||||
v-if="detailViewRightObj"
|
||||
:from="from"
|
||||
:obj="detailViewRightObj"
|
||||
:target-tab="'panelTab'"
|
||||
/>
|
||||
<!-- <detailViewRight-->
|
||||
<!-- @getTableData = 'getTableData'-->
|
||||
<!-- ref="detailViewRight"-->
|
||||
<!-- v-if="detailViewRightObj"-->
|
||||
<!-- :from="from"-->
|
||||
<!-- :obj="detailViewRightObj"-->
|
||||
<!-- :target-tab="'panelTab'"-->
|
||||
<!-- />-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -153,7 +153,6 @@ export default {
|
||||
this.$emit('getTableData')
|
||||
},
|
||||
changeDetailType (item) {
|
||||
console.log(item)
|
||||
this.$emit('changeDetailType', item)
|
||||
}
|
||||
},
|
||||
@@ -166,7 +165,6 @@ export default {
|
||||
immediate: true,
|
||||
deep: true,
|
||||
handler (n) {
|
||||
console.log(n)
|
||||
this.showLayout = [...n]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user