-
人员性质管理
+
+
+
+
+
+ 新建人员性质
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
-
+
diff --git a/src/views/basicManage/position/config.js b/src/views/basicManage/position/config.js
new file mode 100644
index 0000000..9e6a86d
--- /dev/null
+++ b/src/views/basicManage/position/config.js
@@ -0,0 +1,28 @@
+import { reactive } from 'vue'
+export default {
+ formColumns: [
+ {
+ type: 'input',
+ prop: 'personnelClassificationName',
+ placeholder: '请输入岗位名称',
+ },
+ ],
+ tableColumns: [
+ {
+ prop: 'personnelClassificationName',
+ label: '岗位名称',
+ },
+ {
+ prop: 'remark',
+ label: '备注',
+ },
+ ],
+
+ dialogConfig: reactive({
+ outerVisible: false,
+ outerTitle: '新增岗位',
+ outerWidth: '720px',
+ minHeight: '320px',
+ maxHeight: '80vh',
+ }),
+}
diff --git a/src/views/basicManage/position/index.vue b/src/views/basicManage/position/index.vue
index a4591f5..b1af905 100644
--- a/src/views/basicManage/position/index.vue
+++ b/src/views/basicManage/position/index.vue
@@ -1,10 +1,156 @@
-
-
岗位管理
+
+
+
+
+
+ 新建岗位
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
-
+
diff --git a/src/views/basicManage/projectDept/config.js b/src/views/basicManage/projectDept/config.js
new file mode 100644
index 0000000..d8b844f
--- /dev/null
+++ b/src/views/basicManage/projectDept/config.js
@@ -0,0 +1,28 @@
+import { reactive } from 'vue'
+export default {
+ formColumns: [
+ {
+ type: 'input',
+ prop: 'inspectionStationName',
+ placeholder: '请输入项目部名称',
+ },
+ ],
+ tableColumns: [
+ {
+ prop: 'inspectionStationName',
+ label: '项目部名称',
+ },
+ {
+ prop: 'remark',
+ label: '备注',
+ },
+ ],
+
+ dialogConfig: reactive({
+ outerVisible: false,
+ outerTitle: '新增项目部',
+ outerWidth: '720px',
+ minHeight: '320px',
+ maxHeight: '80vh',
+ }),
+}
diff --git a/src/views/basicManage/projectDept/index.vue b/src/views/basicManage/projectDept/index.vue
index 4b21cf9..dcf2803 100644
--- a/src/views/basicManage/projectDept/index.vue
+++ b/src/views/basicManage/projectDept/index.vue
@@ -1,10 +1,156 @@
-
-
项目部管理
+
+
+
+
+
+ 新建项目部
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
-
+