diff --git a/src/views/modules/user/gridForce-add-or-update.vue b/src/views/modules/user/gridForce-add-or-update.vue
new file mode 100644
index 00000000..ee2c6458
--- /dev/null
+++ b/src/views/modules/user/gridForce-add-or-update.vue
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/user/gridForce-detail.vue b/src/views/modules/user/gridForce-detail.vue
new file mode 100644
index 00000000..1197b6d0
--- /dev/null
+++ b/src/views/modules/user/gridForce-detail.vue
@@ -0,0 +1,63 @@
+
+
+
+
+ {{ dataForm.name }}
+
+
+ 否
+ 是
+
+
+ {{ dataForm.parentDeptNames }}
+
+
+
+
+ {{ $t('confirm') }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/user/gridForce.vue b/src/views/modules/user/gridForce.vue
new file mode 100644
index 00000000..b1f1d356
--- /dev/null
+++ b/src/views/modules/user/gridForce.vue
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file