From 56e5c4574c47189adb81aa9cb0d162b55d0ddbef Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 07 六月 2024 13:58:01 +0800
Subject: [PATCH] 1.工艺SOP开发完成

---
 src/views/sopManager/sopDevice.vue |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/views/sopManager/sopDevice.vue b/src/views/sopManager/sopDevice.vue
index 806c4b3..37d2c24 100644
--- a/src/views/sopManager/sopDevice.vue
+++ b/src/views/sopManager/sopDevice.vue
@@ -2,7 +2,7 @@
   <div>
     <div class="body" :style="{height:mainHeight+'px'}">
       <div class="bodyTopButtonGroup" style="justify-content: space-between;align-items: center">
-        <el-button icon="el-icon-circle-plus-outline" type="primary" @click="add">鏂囦欢涓婁紶</el-button>
+        <el-button v-waves icon="el-icon-circle-plus-outline" type="primary" @click="add">鏂囦欢涓婁紶</el-button>
         <div style="display: flex;align-items: center">
           <el-form
             ref="form"
@@ -19,8 +19,8 @@
               </el-form-item>
             </div>
           </el-form>
-          <el-button type="primary" style="margin-left: 30px" icon="el-icon-search" @click="search">鏌ヨ</el-button>
-          <el-button type="info" icon="el-icon-refresh" @click="reset">閲嶇疆</el-button>
+          <el-button v-waves type="primary" style="margin-left: 30px" icon="el-icon-search" @click="search">鏌ヨ</el-button>
+          <el-button v-waves type="info" icon="el-icon-refresh" @click="reset">閲嶇疆</el-button>
         </div>
       </div>
 
@@ -149,6 +149,7 @@
     </div>
 
     <el-dialog
+      v-el-drag-dialog
       title="鏂囦欢涓婁紶"
       :visible.sync="dialogVisible"
       width="800px"
@@ -230,6 +231,7 @@
             >
               <!--              accept=".mp4,.pdf"-->
               <el-button
+                v-waves
                 type="primary"
                 style="width: 200px;display: flex;justify-content: center"
                 icon="el-icon-upload2"
@@ -241,8 +243,9 @@
       </el-form>
       <span slot="footer" class="dialog-footer">
         <div class="footerButton">
-          <el-button @click="dialogVisibleCancel">鍙� 娑�</el-button>
+          <el-button v-waves @click="dialogVisibleCancel">鍙� 娑�</el-button>
           <el-button
+            v-waves
             type="primary"
             :loading="$store.state.app.buttonIsDisabled"
             :disabled="$store.state.app.buttonIsDisabled"
@@ -260,12 +263,15 @@
 import { DeviceSopAddSeave, DeviceSopDeleteSeave, DeviceSopSearch } from '@/api/SopManager'
 import { DeviceTypeSearch } from '@/api/DeviceManager'
 import { EqpTypecodeSeachEqpPermissions } from '@/api/GeneralBasicData'
+import waves from '@/directive/waves'
+import elDragDialog from '@/directive/el-drag-dialog'
 
 export default {
   name: 'Zzjg',
   components: {
     Pagination
   },
+  directives: { waves, elDragDialog },
   data() {
     return {
       mouseHoverType: 'mouseout',

--
Gitblit v1.9.3