技术方案库修改
This commit is contained in:
parent
15d86f9b7b
commit
289d31028f
|
|
@ -9,12 +9,11 @@
|
||||||
<div class="layout-container">
|
<div class="layout-container">
|
||||||
<el-row :gutter="18">
|
<el-row :gutter="18">
|
||||||
<el-col :span="4" class="left-col">
|
<el-col :span="4" class="left-col">
|
||||||
<LeftType :value="activeCategory" @change="handleCategoryChange" @add-category="handleAddCategory"
|
<LeftType :value="activeCategory" @change="handleCategoryChange"
|
||||||
@category-command="handleCategoryCommand" :enterpriseId="enterpriseId" />
|
:enterpriseId="enterpriseId" />
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="20" class="right-col">
|
<el-col :span="20" class="right-col">
|
||||||
<RightTable :value="activeCategory" @add-scheme="handleAddScheme" @view="handleView"
|
<RightTable :value="activeCategory" :enterpriseId="enterpriseId" />
|
||||||
@edit="handleEdit" @delete="handleDelete" :enterpriseId="enterpriseId" />
|
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue