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 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/productManage/silkRegisterForm/index.vue b/src/views/productManage/silkRegisterForm/index.vue index eea9802..e6e7349 100644 --- a/src/views/productManage/silkRegisterForm/index.vue +++ b/src/views/productManage/silkRegisterForm/index.vue @@ -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