技术方案库修改

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"> <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>