@@ -177,6 +202,12 @@ export default {
{ id: 20, name: "特种设备操作证书" },
{ id: 30, name: "安全管理人员证书" },
],
+ eptypeOptions: [
+ {label:"正式员工", value:"employee"},
+ {label:"相关方", value:"remployee"},
+ {label:"访客", value:"visitor"},
+ {label:"货车司机", value:"driver"}
+ ],
type_: {
10: "特种作业证书",
20: "特种设备操作证书",
diff --git a/src/views/hrm/clock_record.vue b/src/views/hrm/clock_record.vue
index c5c90637..9f5f2ac3 100644
--- a/src/views/hrm/clock_record.vue
+++ b/src/views/hrm/clock_record.vue
@@ -1,6 +1,19 @@
+
+
+
-
-
+
+
+
@@ -202,7 +207,14 @@ export default {
employee: "正式员工",
remployee: "相关方",
visitor: "访客",
+ driver: "货车司机"
},
+ typeOptions: [
+ {label:"正式员工", value:"employee"},
+ {label:"相关方", value:"remployee"},
+ {label:"访客", value:"visitor"},
+ {label:"货车司机", value:"driver"}
+ ]
};
},
mounted() {
diff --git a/src/views/sys/dept.vue b/src/views/sys/dept.vue
index 0bd29753..223ff6e1 100644
--- a/src/views/sys/dept.vue
+++ b/src/views/sys/dept.vue
@@ -8,14 +8,14 @@
@click="addDept"
v-auth="'dept.create'"
>
-
+ > -->
diff --git a/src/views/vm/visit.vue b/src/views/vm/visit.vue
index a208eec6..28ccd3f3 100644
--- a/src/views/vm/visit.vue
+++ b/src/views/vm/visit.vue
@@ -91,7 +91,7 @@
{{ state_[scope.row.state] }}
-
+
-
-
-
-
-
-
-
-
-
- {{ scope.row.workflow_.name }}
-
-
-
-
- {{ scope.row.state_.name }}
-
-
-
-
- {{act_states[scope.row.act_state]}}
-
-
-
-
- {{ participant_[scope.row.participant_type] }}
-
-
-
-
-
- 查看
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+ {{ scope.row.workflow_.name }}
+
+
+
+
+ {{ scope.row.state_.name }}
+
+
+
+
+ {{ act_states[scope.row.act_state] }}
+
+
+
+
+ {{ participant_[scope.row.participant_type] }}
+
+
+
+
+
+ 查看
+
+
+
+
+
+