From 579a0f7cf2d8ccc78802ee79296e8bd49827a6c9 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 21 八月 2026 11:01:35 +0800
Subject: [PATCH] pro 1.生产工单添加订单号查询条件 2.检验弹框不要分页展示
---
src/views/qualityManagement/finalInspection/components/formDia.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/qualityManagement/finalInspection/components/formDia.vue b/src/views/qualityManagement/finalInspection/components/formDia.vue
index 94801ff..ee21d5e 100644
--- a/src/views/qualityManagement/finalInspection/components/formDia.vue
+++ b/src/views/qualityManagement/finalInspection/components/formDia.vue
@@ -173,6 +173,7 @@
:column="tableColumn"
:tableData="tableData"
:tableLoading="tableLoading"
+ :isShowPagination="false"
height="400">
<template #slot="{ row }">
<el-input v-model="row.testValue"
--
Gitblit v1.9.3