|
@@ -14,7 +14,7 @@
|
|
|
<tree ref="tree" title="客体属性类" type="OBJ" @submitNodeOperate="getNodeOperate" />
|
|
|
</dg-col>
|
|
|
<!-- 属性详情 -->
|
|
|
- <dg-col :span="7">
|
|
|
+ <dg-col :span="9">
|
|
|
<prop-detail
|
|
|
:parentNode="parentNode"
|
|
|
type="OBJ"
|
|
@@ -23,7 +23,7 @@
|
|
|
@savePropSuccess="refreshTree"
|
|
|
></prop-detail>
|
|
|
</dg-col>
|
|
|
- <dg-col :span="12">
|
|
|
+ <dg-col :span="10">
|
|
|
<!-- TODO 根据点击属性类型判断显示什么表格 -->
|
|
|
<dg-card class="box-card" :header="componentType[attrBelongType].title" shadow="never">
|
|
|
<div style="height: calc(100vh - 15.5rem)">
|