From 5f7e70b8132d018614e8f4989d0614bd50cb7ecb Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期三, 17 一月 2024 14:44:17 +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