技术方案库修改

This commit is contained in:
cwchen 2025-11-17 10:38:53 +08:00
parent 15d86f9b7b
commit 289d31028f
1 changed files with 3 additions and 4 deletions

View File

@ -9,12 +9,11 @@
<div class="layout-container">
<el-row :gutter="18">
<el-col :span="4" class="left-col">
<LeftType :value="activeCategory" @change="handleCategoryChange" @add-category="handleAddCategory"
@category-command="handleCategoryCommand" :enterpriseId="enterpriseId" />
<LeftType :value="activeCategory" @change="handleCategoryChange"
:enterpriseId="enterpriseId" />
</el-col>
<el-col :span="20" class="right-col">
<RightTable :value="activeCategory" @add-scheme="handleAddScheme" @view="handleView"
@edit="handleEdit" @delete="handleDelete" :enterpriseId="enterpriseId" />
<RightTable :value="activeCategory" :enterpriseId="enterpriseId" />
</el-col>
</el-row>
</div>