From e4f64ab439c05b348363ca47d70f390ca09720b6 Mon Sep 17 00:00:00 2001 From: cl <418351270@qq.com> Date: 星期四, 18 一月 2024 10:49:23 +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