From 24cc28bb458f16af7aef99b1f9c3115996a2a3fa Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 12 四月 2024 16:23:50 +0800
Subject: [PATCH] 开始回数和结束回数不显示的问题修改
---
src/views/productManage/silkInspectForm/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/productManage/silkInspectForm/index.vue b/src/views/productManage/silkInspectForm/index.vue
index 11eec6e..42c3c14 100644
--- a/src/views/productManage/silkInspectForm/index.vue
+++ b/src/views/productManage/silkInspectForm/index.vue
@@ -30,7 +30,7 @@
<template slot="tableButton">
<el-table-column label="鎿嶄綔" width="90" fixed="right">
<template slot-scope="scope">
- <el-button @click="handleClick(scope.row)" type="text" size="small">缂栬緫</el-button>
+ <el-button @click="handleClick(scope.row)" type="text" size="small">淇敼</el-button>
<el-button @click="delClick(scope.row.ID)" type="text" size="small">鍒犻櫎</el-button>
</template>
</el-table-column>
@@ -186,8 +186,10 @@
this.$router.push({
path:"/productManage/silkRegisterForm/addPage",
query:{
- id:row.ID,
- activeName:'second'
+ activeName:'second',
+ inspectID:row.ID,
+ id:row.finenessRegisterID,
+ number:row.number,
}
});
},
--
Gitblit v1.8.0