baozhangchao 3 년 전
부모
커밋
f92286b317
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/pages/staff/staff/list/index.jsx

+ 2
- 1
src/pages/staff/staff/list/index.jsx 파일 보기

@@ -175,7 +175,8 @@ export default props => {
175 175
       dataIndex: 'isConsultant',
176 176
       key: 'isConsultant',
177 177
       align: 'center',
178
-      render: text => (text === 1 ? '置业顾问' : '非置业顾问'),
178
+      //text===1 改===true 
179
+      render: text => (text === true ? '置业顾问' : '非置业顾问'),
179 180
     },
180 181
     {
181 182
       title: '绑定状态',