@@ -851,7 +851,7 @@
<el-table
:data="scope.row.projectList[productIndex].kinds"
>
- <el-table-column width="50" align="center">
+ <el-table-column width="50" align="center" v-if="scope.row.projectList[productIndex].schemeType !='1'">
<template #header>
<el-icon style="cursor: pointer;" @click="handlePopover(scope)"><CirclePlus /></el-icon>
</template>