diff --git a/src/views/modules/custom/consultconf-add-or-update.vue b/src/views/modules/custom/consultconf-add-or-update.vue
new file mode 100755
index 00000000..d96c68bd
--- /dev/null
+++ b/src/views/modules/custom/consultconf-add-or-update.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/custom/consultconf.vue b/src/views/modules/custom/consultconf.vue
new file mode 100755
index 00000000..72832852
--- /dev/null
+++ b/src/views/modules/custom/consultconf.vue
@@ -0,0 +1,69 @@
+
+
+
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/custom/gridoperatorinfo-add-or-update.vue b/src/views/modules/custom/gridoperatorinfo-add-or-update.vue
new file mode 100755
index 00000000..8cf6f844
--- /dev/null
+++ b/src/views/modules/custom/gridoperatorinfo-add-or-update.vue
@@ -0,0 +1,245 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
+
diff --git a/src/views/modules/custom/gridoperatorinfo-detail.vue b/src/views/modules/custom/gridoperatorinfo-detail.vue
new file mode 100755
index 00000000..2f630423
--- /dev/null
+++ b/src/views/modules/custom/gridoperatorinfo-detail.vue
@@ -0,0 +1,186 @@
+
+
+
+
+ {{dataForm.realName}}
+
+
+ {{dataForm.sex === '0'?'女':'男'}}
+
+
+ {{dataForm.identityNo}}
+
+
+ {{dataForm.mobile}}
+
+
+ {{dataForm.allDeptNames}}
+
+
+ {{changeCatergory()}}
+
+
+ {{dataForm.sort}}
+
+
+ {{dataForm.workUnit}}
+
+
+ {{dataForm.remark}}
+
+
+
+
+
+
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/custom/gridoperatorinfo.vue b/src/views/modules/custom/gridoperatorinfo.vue
new file mode 100755
index 00000000..bb95a784
--- /dev/null
+++ b/src/views/modules/custom/gridoperatorinfo.vue
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+ Id
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+