From 9edc20f04ae1cdc847a2f709831b8d0e6f4f0eda Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 07 六月 2023 14:47:36 +0800
Subject: [PATCH] 1.生产入库无源单提交测试OK   生产入库开发完成2.MES工单 流程单新增工单编码二维码

---
 src/layout/components/Settings/index.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
index 6f82418..3272768 100644
--- a/src/layout/components/Settings/index.vue
+++ b/src/layout/components/Settings/index.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="drawer-container">
     <div>
-      <h3 class="drawer-title">椤圭洰閰嶇疆</h3>
+      <h3 class="drawer-title">绯荤粺閰嶇疆</h3>
 
       <div class="drawer-item">
         <span>涓婚棰滆壊</span>
@@ -52,7 +52,6 @@
           style="width: 120px;"
           placeholder="璇烽�夋嫨"
           size="mini"
-          @change="animationTypeChange"
         >
           <el-option
             v-for="item in animationTypeArr"
@@ -153,9 +152,6 @@
         key: 'theme',
         value: val
       })
-    },
-    animationTypeChange(val) {
-      console.log(val, 1)
     }
   }
 }

--
Gitblit v1.9.3