From 1f8442060d815b6bc4ece1e922d4a8718248a246 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 19 Jun 2025 15:43:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BA=93=E5=AD=98=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=94=B9=E5=8A=A8=EF=BC=88=E8=BE=85=E6=96=99=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BD=8D=E5=8F=B7=EF=BC=8C=E6=B7=BB=E5=8A=A0=E7=89=A9=E6=96=99?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=88=97=E8=A1=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem.vue | 7 +- src/views/inm/mioitem_form.vue | 14 ++- src/views/inm/mioitemlist.vue | 218 +++++++++++++++++++++++++++++++++ src/views/inm/miolist.vue | 163 ++++++++++++++++++++++++ 4 files changed, 399 insertions(+), 3 deletions(-) create mode 100644 src/views/inm/mioitemlist.vue create mode 100644 src/views/inm/miolist.vue diff --git a/src/views/inm/mioitem.vue b/src/views/inm/mioitem.vue index ecaa70da..6eb5d4ac 100644 --- a/src/views/inm/mioitem.vue +++ b/src/views/inm/mioitem.vue @@ -61,7 +61,7 @@ type="primary" icon="el-icon-plus" @click="table_add" - v-if="mioObj.state == 10" + v-if="mioObj.state == 10&&mode!=='show'" >新增 @@ -145,6 +145,7 @@ fixed="right" align="center" width="150px" + v-if=" mode!=='show'" >