From a9b7dfa18432bdaca6ac66cedbbeef9b02c2d077 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 18 五月 2023 14:05:53 +0800
Subject: [PATCH] 1.质检方案修改优化
---
src/components/ImportPicker/index.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/components/ImportPicker/index.vue b/src/components/ImportPicker/index.vue
index 67e73bf..b25ef50 100644
--- a/src/components/ImportPicker/index.vue
+++ b/src/components/ImportPicker/index.vue
@@ -46,10 +46,10 @@
:before-upload="beforeUpload"
:data="{FileCode:code}"
>
- <el-button class="but_style" icon="el-icon-upload2" size="small" :style="{color:$store.state.settings.theme}">{{ button_name }}</el-button>
+ <el-button v-waves class="but_style" icon="el-icon-upload2" size="small" :style="{color:$store.state.settings.theme}">{{ button_name }}</el-button>
</el-upload>
璇风偣鍑�
- <el-button type="text" style="font-size: 14px;cursor: pointer" icon="el-icon-download" @click="clickDown(code)">涓嬭浇鏁版嵁妯$増</el-button>
+ <el-button v-waves type="text" style="font-size: 14px;cursor: pointer" icon="el-icon-download" @click="clickDown(code)">涓嬭浇鏁版嵁妯$増</el-button>
, 骞舵寜鐓фā鐗堢紪杈戝鍏ユ暟鎹�
</div>
<p v-if="div1" style="margin:0 85px 5px">{{ file_name }}</p>
@@ -117,8 +117,9 @@
</div>
</div>
<span slot="footer" class="dialog-footer" style="display: flex;">
- <el-button v-if="button_text !="瀹屾垚"" @click="colos()">鍙� 娑�</el-button>
+ <el-button v-if="button_text !="瀹屾垚"" v-waves @click="colos()">鍙� 娑�</el-button>
<el-button
+ v-waves
type="primary"
class="button_style"
:disabled="disState"
@@ -131,9 +132,10 @@
import { DownLoadExcel, ExcelCheckData, ExcelImportSubmit, ExcelModelCheck } from '@/api/Excel'
import elDragDialog from '@/directive/el-drag-dialog'
+import waves from '@/directive/waves'
export default {
- directives: { elDragDialog },
+ directives: { elDragDialog, waves },
props: {
code: {
type: String,
--
Gitblit v1.9.3