From 3f52fdaa7ba98f35e5712b4d8b951810cbae7f3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com>
Date: Tue, 18 Jan 2022 18:02:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=AE=B6=E4=BC=81=E4=B8=9A=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E8=B7=AF=E7=94=B1=E5=88=9B=E5=BB=BA--=E7=AB=99?=
=?UTF-8?q?=E7=82=B9=E4=B8=8B=E6=8B=89=E5=B0=81=E8=A3=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main.js | 3 +
src/views/examine/enterprise/detail.vue | 3 +
src/views/examine/enterprise/index.vue | 3 +
src/views/examine/expert/detail.vue | 17 +-
src/views/examine/expert/index.vue | 376 ++----------------------
5 files changed, 44 insertions(+), 358 deletions(-)
create mode 100644 src/views/examine/enterprise/detail.vue
create mode 100644 src/views/examine/enterprise/index.vue
diff --git a/src/main.js b/src/main.js
index 824dba3..9fe663a 100644
--- a/src/main.js
+++ b/src/main.js
@@ -39,6 +39,8 @@ import DictTag from '@/components/DictTag'
import VueMeta from 'vue-meta'
// 字典数据组件
import DictData from '@/components/DictData'
+// 站点数据组件
+import SiteOptions from '@/components/SiteOptions'
// 全局方法挂载
Vue.prototype.getDicts = getDicts
@@ -61,6 +63,7 @@ Vue.component('Editor', Editor)
Vue.component('FileUpload', FileUpload)
Vue.component('ImageUpload', ImageUpload)
Vue.component('ImagePreview', ImagePreview)
+Vue.component('SiteOptions', SiteOptions)
Vue.use(directive)
Vue.use(plugins)
diff --git a/src/views/examine/enterprise/detail.vue b/src/views/examine/enterprise/detail.vue
new file mode 100644
index 0000000..395242e
--- /dev/null
+++ b/src/views/examine/enterprise/detail.vue
@@ -0,0 +1,3 @@
+
+ 企业详情
+
\ No newline at end of file
diff --git a/src/views/examine/enterprise/index.vue b/src/views/examine/enterprise/index.vue
new file mode 100644
index 0000000..c82c107
--- /dev/null
+++ b/src/views/examine/enterprise/index.vue
@@ -0,0 +1,3 @@
+
+ 企业列表
+
\ No newline at end of file
diff --git a/src/views/examine/expert/detail.vue b/src/views/examine/expert/detail.vue
index dcba3d6..19c6b83 100644
--- a/src/views/examine/expert/detail.vue
+++ b/src/views/examine/expert/detail.vue
@@ -1,3 +1,18 @@
detail
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/src/views/examine/expert/index.vue b/src/views/examine/expert/index.vue
index eb7c85d..d011614 100644
--- a/src/views/examine/expert/index.vue
+++ b/src/views/examine/expert/index.vue
@@ -4,7 +4,6 @@
:model="queryParams"
ref="queryForm"
:inline="true"
- v-show="showSearch"
label-width="68px"
>
@@ -31,17 +30,7 @@
-
+
@@ -59,86 +48,35 @@
-
-
-
-
+
+
+
正常
停用
-
-
+
{{ parseTime(scope.row.created_at) }}
-
-
+
+
修改审核
删除
- 重置
@@ -154,169 +92,27 @@
\ No newline at end of file