From 4419da407a271f6095457c68a6a4bc4e02655576 Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Tue, 26 Apr 2022 17:16:39 +0800
Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AF=BC=E5=87=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/components/checkBox.vue | 77 +++++
src/views/components/dragItem.vue | 94 ++++++
src/views/modules/base/diyInfo.vue | 455 +++++++++++++++++++++++++++++
src/views/modules/base/resi.vue | 30 +-
4 files changed, 654 insertions(+), 2 deletions(-)
create mode 100644 src/views/components/checkBox.vue
create mode 100644 src/views/components/dragItem.vue
create mode 100644 src/views/modules/base/diyInfo.vue
diff --git a/src/views/components/checkBox.vue b/src/views/components/checkBox.vue
new file mode 100644
index 000000000..bfd326ca4
--- /dev/null
+++ b/src/views/components/checkBox.vue
@@ -0,0 +1,77 @@
+
+
+
全选
+
+
+
+ {{n.label}}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/components/dragItem.vue b/src/views/components/dragItem.vue
new file mode 100644
index 000000000..c9268ac94
--- /dev/null
+++ b/src/views/components/dragItem.vue
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue
new file mode 100644
index 000000000..7f3e86bcc
--- /dev/null
+++ b/src/views/modules/base/diyInfo.vue
@@ -0,0 +1,455 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+ 预览
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index 5ffed18ab..2e6f90fec 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -63,6 +63,10 @@
class="diy-button--reset"
:loading="exportBtn"
@click="handleExport">{{exportBtnTitle}}
+ 自定义导出
+
+
+