From c2254b11a5283fa079da1f6864ec9df764a2c0a3 Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期四, 18 一月 2024 10:11:38 +0800
Subject: [PATCH] -

---
 jcdm-ui/src/views/main/om/productionOrde/planStatistics.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/jcdm-ui/src/views/main/om/productionOrde/planStatistics.vue b/jcdm-ui/src/views/main/om/productionOrde/planStatistics.vue
index 8971d25..d8e8f8f 100644
--- a/jcdm-ui/src/views/main/om/productionOrde/planStatistics.vue
+++ b/jcdm-ui/src/views/main/om/productionOrde/planStatistics.vue
@@ -61,12 +61,7 @@
         <el-table-column type="selection" width="55" align="center" />
         <el-table-column label="鐢熶骇閫氱煡鍗曞彿" width="160" align="center" prop="productionNotice">
         </el-table-column>
-        <el-table-column label="鐢熶骇璁㈠崟" width="160" align="center">
-          <template slot-scope="scope">
-            <router-link :to="{path: '/main/workReport-data/index/', query: {workOrderNo: scope.row.workOrderNo} }" class="link-type">
-              <span>{{ scope.row.workOrderNo }}</span>
-            </router-link>
-          </template>
+        <el-table-column label="鐢熶骇璁㈠崟" width="160" align="center" prop="workOrderNo">
         </el-table-column>
         <el-table-column label="鏈哄瀷" width="160" align="center" prop="typeZ">
         </el-table-column>

--
Gitblit v1.9.3