From 06cd922bd895cd6a8e8492ca17b3406bbd225e39 Mon Sep 17 00:00:00 2001 From: shaoleiliu-netizen123 <480188199@qq.com> Date: Thu, 13 Aug 2026 15:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/biz/flowingAround/index.vue | 21 ++- .../production/componets/QualityInfoPage.vue | 134 +++++++++++++++++- 2 files changed, 149 insertions(+), 6 deletions(-) diff --git a/src/views/biz/flowingAround/index.vue b/src/views/biz/flowingAround/index.vue index 3bc4dc7..b5aefac 100644 --- a/src/views/biz/flowingAround/index.vue +++ b/src/views/biz/flowingAround/index.vue @@ -46,13 +46,26 @@ :columns="columns" :data="tableData" :loading="loading" - :pagination="pagination" :row-key="(row) => row.id" :scroll-x="1200" - @update:page="handlePageChange" - @update:page-size="handlePageSizeChange" - @update:checked-row-keys="handleCheck" /> + +
+ + + +
diff --git a/src/views/production/componets/QualityInfoPage.vue b/src/views/production/componets/QualityInfoPage.vue index 2222e83..8406c25 100644 --- a/src/views/production/componets/QualityInfoPage.vue +++ b/src/views/production/componets/QualityInfoPage.vue @@ -47,14 +47,42 @@ + + + + + + + + + + +