From db9e9563effb10cf95deb9db4c7d04b61dace0a4 Mon Sep 17 00:00:00 2001
From: zhangyongzhangyong <2012005003@qq.coom>
Date: Fri, 29 May 2020 10:45:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=86=E8=A7=A3=E9=94=A6=E6=B0=B4=20-=20?=
=?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=AE=A1=E7=90=86=E3=80=81=E7=A1=AC=E6=A0=B8?=
=?UTF-8?q?=20=E9=A1=B5=E9=9D=A2=E5=BC=80=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/custom/deptinfo-add-or-update.vue | 130 +++++++++++
src/views/modules/custom/deptinfo.vue | 67 ++++++
.../modules/custom/module-add-or-update.vue | 217 ++++++++++++++++++
src/views/modules/custom/module.vue | 103 +++++++++
.../modules/news/notice-add-or-update.vue | 2 +-
5 files changed, 518 insertions(+), 1 deletion(-)
create mode 100644 src/views/modules/custom/deptinfo-add-or-update.vue
create mode 100644 src/views/modules/custom/deptinfo.vue
create mode 100644 src/views/modules/custom/module-add-or-update.vue
create mode 100644 src/views/modules/custom/module.vue
diff --git a/src/views/modules/custom/deptinfo-add-or-update.vue b/src/views/modules/custom/deptinfo-add-or-update.vue
new file mode 100644
index 0000000..8aee913
--- /dev/null
+++ b/src/views/modules/custom/deptinfo-add-or-update.vue
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/custom/deptinfo.vue b/src/views/modules/custom/deptinfo.vue
new file mode 100644
index 0000000..487d7c3
--- /dev/null
+++ b/src/views/modules/custom/deptinfo.vue
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/custom/module-add-or-update.vue b/src/views/modules/custom/module-add-or-update.vue
new file mode 100644
index 0000000..3db54f7
--- /dev/null
+++ b/src/views/modules/custom/module-add-or-update.vue
@@ -0,0 +1,217 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 只能上传jpg/png文件,且不超过500kb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
+
diff --git a/src/views/modules/custom/module.vue b/src/views/modules/custom/module.vue
new file mode 100644
index 0000000..25607b4
--- /dev/null
+++ b/src/views/modules/custom/module.vue
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/news/notice-add-or-update.vue b/src/views/modules/news/notice-add-or-update.vue
index a283891..24f50c5 100644
--- a/src/views/modules/news/notice-add-or-update.vue
+++ b/src/views/modules/news/notice-add-or-update.vue
@@ -366,4 +366,4 @@ export default {
height: 178px;
display: block;
}
-
\ No newline at end of file
+