diff --git a/src/views/modules/custom/evaluatedept.vue b/src/views/modules/custom/evaluatedept.vue
index 79c3dd1a..49e147aa 100644
--- a/src/views/modules/custom/evaluatedept.vue
+++ b/src/views/modules/custom/evaluatedept.vue
@@ -28,7 +28,7 @@
{{ $t('update') }}
{{ $t('delete') }}
- 管理
+ 管理
@@ -73,9 +73,9 @@ export default {
Evaluateofficer
},
methods: {
- manageHandle (id, deptId) {
+ manageHandle (deptId) {
this.$parent.selectComponent = 'Evaluateofficer'
- this.$router.push({ path: '/custom-evaluateofficer', query: { id: id, deptId: deptId } })
+ this.$router.push({ path: '/custom-evaluateofficer', query: { deptId: deptId } })
}
}
}
diff --git a/src/views/modules/custom/evaluateofficer-add-or-update.vue b/src/views/modules/custom/evaluateofficer-add-or-update.vue
index cc88d4bc..7b40d359 100644
--- a/src/views/modules/custom/evaluateofficer-add-or-update.vue
+++ b/src/views/modules/custom/evaluateofficer-add-or-update.vue
@@ -1,44 +1,30 @@
-
+
-
-
+
+
+
+
+
-
-
+
+
-
+
+
+
+
@@ -69,7 +55,11 @@ export default {
createdTime: '',
updatedBy: '',
updatedTime: ''
- }
+ },
+ sexFlagArr: [
+ { dictValue: '1', dictName: '男' },
+ { dictValue: '0', dictName: '女' }
+ ]
}
},
computed: {
diff --git a/src/views/modules/custom/evaluateofficer-add.vue b/src/views/modules/custom/evaluateofficer-add.vue
new file mode 100644
index 00000000..a1ca7739
--- /dev/null
+++ b/src/views/modules/custom/evaluateofficer-add.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/custom/evaluateofficer.vue b/src/views/modules/custom/evaluateofficer.vue
index ff441729..86e82b0c 100644
--- a/src/views/modules/custom/evaluateofficer.vue
+++ b/src/views/modules/custom/evaluateofficer.vue
@@ -2,14 +2,54 @@
-
+
+
+
+
+
+
+
+
+
+
+
{{ $t('query') }}
- {{ $t('add') }}
+ {{ $t('add') }}
+
+
+ {{ $t('export') }}
+
+
+
+ 导入
+
{{ $t('deleteBatch') }}
@@ -17,9 +57,9 @@
-
-
-
+
+
+
@@ -42,6 +82,7 @@
+
@@ -49,6 +90,7 @@