From eac136cd13ff8acf3c3c11cf5a335fbd23f19c6c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 22 Jan 2026 10:25:54 +0800
Subject: [PATCH] feat:调整

---
 applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue b/applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue
index 345ef80..4ed5abb 100644
--- a/applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue
+++ b/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>

--
Gitblit v1.9.3