吉安感知网项目-前端
罗广辉
2026-08-13 1d552a3bad95caae4af15322df28e6240b797693
applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue
@@ -60,10 +60,10 @@
               <el-table-column prop="resourceName" show-overflow-tooltip label="资源名称" />
               <el-table-column prop="resourceCode" show-overflow-tooltip label="资源编码" />
               <el-table-column prop="caseDesc" show-overflow-tooltip label="案例描述" />
               <el-table-column label="操作" class-name="operation-btns" width="150">
               <el-table-column label="操作" class-name="operation-btns" width="150" fixed="right">
                  <template v-slot="{ row }">
                     <el-link  type="primary"  @click="openForm('view', row)">查看</el-link>
<!--                     <el-link  type="primary"  @click="openForm('edit', row)">编辑</el-link>-->
                     <el-link  type="primary"  @click="openForm('edit', row)" v-if="!['0','1', '2'].includes(row.innovationStatus) && row.isTheSameDepartment">编辑</el-link>
                     <el-link  type="primary"  @click="handleDelete(row)" v-if="!['1', '2'].includes(row.innovationStatus) && row.isTheSameDepartment">删除</el-link>
                  </template>
               </el-table-column>