From 33136439d5152935ba354cc596fca116a3898411 Mon Sep 17 00:00:00 2001
From: ryoeiken <754264374@qq.com>
Date: Tue, 8 Dec 2020 15:10:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E6=80=A7=E5=88=AB=E5=9B=9E?=
=?UTF-8?q?=E6=98=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/views/fantang/staffInfo/index.vue | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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;