ソースを参照

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into dev

张延森 5 年 前
コミット
15f8ac2cf8
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/house/raise/edit/components/IdentifyingChips.jsx

+ 1
- 1
src/pages/house/raise/edit/components/IdentifyingChips.jsx ファイルの表示

@@ -191,7 +191,7 @@ function PreselectionRecord(props) {
191 191
         ),
192 192
     },
193 193
     {
194
-      title: '房源锁定状态',
194
+      title: '认筹锁定状态',
195 195
       dataIndex: 'houseLockingStatus',
196 196
       key: 'houseLockingStatus',
197 197
       render: (text, record) => (<><span>{record.houseLockingStatus == 'unlocked' ? '未锁定':'已锁定'}</span></>),