From 91039aa769d33b6c588fd9bb2cae994abd8aa954 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 07 五月 2024 18:01:05 +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