吉安感知网项目-前端
张含笑
2026-01-22 eac136cd13ff8acf3c3c11cf5a335fbd23f19c6c
applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue
@@ -54,7 +54,7 @@
               <el-table-column label="操作" class-name="operation-btns">
                  <template v-slot="{ row }">
                     <el-link @click="openForm('view', row)">查看</el-link>
                     <el-link @click="openForm('edit', row)">编辑</el-link>
<!--                     <el-link @click="openForm('edit', row)">编辑</el-link>-->
                     <el-link @click="handleDelete(row)">删除</el-link>
                  </template>
               </el-table-column>