diff --git a/ruoyi-ui/src/views/fantang/staffInfo/index.vue b/ruoyi-ui/src/views/fantang/staffInfo/index.vue
index 5b6c4c4dc..cca822ebb 100644
--- a/ruoyi-ui/src/views/fantang/staffInfo/index.vue
+++ b/ruoyi-ui/src/views/fantang/staffInfo/index.vue
@@ -91,7 +91,7 @@
-
+
@@ -295,6 +295,11 @@ export default {
return '禁用';
},
+ //回显员工性别
+ formatSex(row) {
+ return this.selectDictLabel(this.sexOptions, row.sex);
+ },
+
/** 查询员工管理列表 */
getList() {
this.loading = true;