吉安感知网项目-前端
张含笑
2026-03-04 963eb8d2bc5522502e781a57f89355d5cfec84ce
applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue
@@ -63,7 +63,7 @@
               <el-table-column label="操作" class-name="operation-btns" width="150">
                  <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>