From e6db631c232239faddcaba1d95402664c1a803f7 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 24 四月 2024 19:08:08 +0800 Subject: [PATCH] 新增薪资方案前端页面开发 --- src/views/productManage/silkRegisterForm/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/productManage/silkRegisterForm/index.vue b/src/views/productManage/silkRegisterForm/index.vue index 533285e..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 = [] } @@ -182,6 +182,7 @@ id:row.ID, activeName:'first', inspectID:row.finenessCheckID, + title:'淇敼' } }); }, -- Gitblit v1.8.0