update 检测统计数据 search time

This commit is contained in:
lb
2023-08-07 10:46:26 +08:00
parent 8fd1504dc0
commit 2febe5a12a
2 changed files with 47 additions and 26 deletions

View File

@@ -9,6 +9,7 @@
<!-- 列表 -->
<base-table
:table-props="tableProps"
height="35vh"
:page="queryParams.pageNo"
:limit="queryParams.pageSize"
:table-data="list"></base-table>
@@ -40,27 +41,27 @@ export default {
},
tableProps: [
{
prop: 'pl',
prop: 'lineName',
label: '产线',
align: 'center',
},
{
prop: 'upTotal',
prop: 'sumUp',
label: '上片总数',
align: 'center',
},
{
prop: 'downTotal',
prop: 'sumDown',
label: '下片总数',
align: 'center',
},
{
prop: 'total',
prop: 'sumCheck',
label: '检测总数',
align: 'center',
},
{
prop: 'ratio',
prop: 'scrapRatio',
label: '比例(%)',
align: 'center',
},