傅行帆 5 år sedan
förälder
incheckning
dcf45f75a2
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      src/pages/house/raise/edit/components/HouseInfo/index.jsx

+ 1
- 0
src/pages/house/raise/edit/components/HouseInfo/index.jsx Visa fil

@@ -92,6 +92,7 @@ const HouseInfo = props => {
92 92
       dataIndex: 'lockingPersonName',
93 93
       key: 'lockingPersonName',
94 94
       align: 'center',
95
+      render: (x, row) => <><span>{row.houseLockingStatus === 'locked'? row.lockingPersonName :''}</span></>,
95 96
     },
96 97
     {
97 98
       title: '操作',