From 72932dd999c97b14fa561002d332520985178cf5 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 06 一月 2023 11:31:38 +0800
Subject: [PATCH] 1.表格拖动加上
---
src/views/zzmx/jpgj.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/zzmx/jpgj.vue b/src/views/zzmx/jpgj.vue
index 42bc740..2dd8453 100644
--- a/src/views/zzmx/jpgj.vue
+++ b/src/views/zzmx/jpgj.vue
@@ -246,6 +246,7 @@
</div>
<el-dialog
+ v-el-drag-dialog
:title="operation==='add'?'鏂板':'缂栬緫'"
:visible.sync="dialogVisible"
width="1000px"
@@ -500,12 +501,14 @@
StepSelectEqpList
} from '@/api/zzmx'
import ImportPicker from '@/components/ImportPicker'
+import elDragDialog from '@/directive/el-drag-dialog'
export default {
name: 'JPGJ',
components: {
Pagination, ImportPicker
},
+ directives: { elDragDialog },
data() {
return {
isIpad: false,
--
Gitblit v1.9.3