From 9ceddcd1ae23033134d4e32b02eaf272e4c77151 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期日, 28 四月 2024 11:46:47 +0800
Subject: [PATCH] 配置满勤奖的获取接口联调,数据处理+保存配置满勤的接口联调
---
src/views/productManage/silkRegisterForm/index.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/views/productManage/silkRegisterForm/index.vue b/src/views/productManage/silkRegisterForm/index.vue
index d7c6e67..e6e7349 100644
--- a/src/views/productManage/silkRegisterForm/index.vue
+++ b/src/views/productManage/silkRegisterForm/index.vue
@@ -69,8 +69,8 @@
{ label: "瑙勬牸", prop: "spec", min: 100 }, // 瀹㈡埛鐘舵��
{ label: "杞﹂棿", prop: "name", min: 100 }, // 鑱旂郴鏂瑰紡
{ label: "搴勫彛", prop: "market", min: 130 }, // 鑱旂郴浜烘棩鏈�
- { label: "寮�濮嬪洖鏁�", prop: "startCircle", min: 130 }, // 涓嬫鍥炶鏃ユ湡
- { label: "缁撴潫鍥炴暟", prop: "endCircle", min: 110 }, // 璐熻矗浜�
+ { label: "寮�濮嬪洖鏁�", prop: "circle", min: 130 }, // 涓嬫鍥炶鏃ユ湡
+ { label: "缁撴潫鍥炴暟", prop: "totalCircle", min: 110 }, // 璐熻矗浜�
],
showCol: [
"缂栧彿",
@@ -143,7 +143,7 @@
// }
// })
this.tableList.tableInfomation = res.data || []
- this.pagerOptions.totalCount = res.count
+ this.pagerOptions.totalCount = res.total
} else {
this.tableList.tableInfomation = []
}
@@ -180,7 +180,9 @@
path:"/productManage/silkRegisterForm/addPage",
query:{
id:row.ID,
- activeName:'first'
+ activeName:'first',
+ inspectID:row.finenessCheckID,
+ title:'淇敼'
}
});
},
--
Gitblit v1.8.0