From ee7427916e1291f62286e0722cc04b6697cead52 Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 30 Mar 2026 18:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qualityManagement/inspectionArchiving/auditFile/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/qualityManagement/inspectionArchiving/auditFile/index.vue b/src/views/qualityManagement/inspectionArchiving/auditFile/index.vue index 4742ef8..d7bca92 100644 --- a/src/views/qualityManagement/inspectionArchiving/auditFile/index.vue +++ b/src/views/qualityManagement/inspectionArchiving/auditFile/index.vue @@ -101,6 +101,7 @@ export default { // bind: 'bsProcedureSet.ppsName', search: true, sortable: true, + width: 150, span: 24, type: 'select', filterable: true, @@ -115,6 +116,7 @@ export default { { label: '作业中心', prop: 'wcId', + width: 150, labelWidth: 150, search: false, sortable: true, @@ -140,6 +142,7 @@ export default { labelWidth: 150, // bind: 'bsProcedureQua.pqName', search: true, + width: 150, sortable: true, span: 24, type: 'select', @@ -261,6 +264,7 @@ export default { referenceFile:row.referenceFile, wcId:row.wcId, papers:row.papers, + prodApplyArea:row.prodApplyArea } addFile(params).then(res =>{ if(res.data.code == 200){