weichaochao 5 년 전
부모
커밋
dec2f63dbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/building/list/add/components/imageSet.jsx

+ 1
- 1
src/pages/building/list/add/components/imageSet.jsx 파일 보기

@@ -151,7 +151,7 @@ function imageSet(props) {
151 151
       render: (buildingArea, _) => <span>{ `${buildingArea === 0 || buildingArea === null ? "-" : buildingArea + "m²"}` }</span>,
152 152
     },
153 153
     {
154
-      title: '套内面积',
154
+      title: '使用面积',
155 155
       dataIndex: 'insideArea',
156 156
       key: 'insideArea',
157 157
       render: (insideArea, _) => <span>{ `${insideArea === 0 || insideArea === null ? "-" : insideArea + "m²"}` }</span>,