From 8368ca132b275262cf59a0568c57f62ecbab3467 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Thu, 5 Feb 2026 19:27:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/procurementManagement/shortageApplication.vue | 1 + src/views/productionManagement/components/productionDialog.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/procurementManagement/shortageApplication.vue b/src/views/procurementManagement/shortageApplication.vue index e5f6bfb..f2edda9 100644 --- a/src/views/procurementManagement/shortageApplication.vue +++ b/src/views/procurementManagement/shortageApplication.vue @@ -59,6 +59,7 @@ export default { index: true, selection: false, viewBtn: false, + editBtn: false, addBtn: false, delBtn: true, addBtnText: '申报', diff --git a/src/views/productionManagement/components/productionDialog.vue b/src/views/productionManagement/components/productionDialog.vue index 50ba587..14a15f9 100644 --- a/src/views/productionManagement/components/productionDialog.vue +++ b/src/views/productionManagement/components/productionDialog.vue @@ -1,7 +1,7 @@