魏超 5 年 前
コミット
aa4841782c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/customer/customerlist/index.jsx

+ 1
- 1
src/pages/customer/customerlist/index.jsx ファイルの表示

@@ -405,7 +405,7 @@ function body(props) {
405 405
       render: (text, records) => {
406 406
         if (records.status === 1) { return '报备' }
407 407
         if (records.status === 2) { return '到访' }
408
-        if (records.status === 3) { return '认' }
408
+        if (records.status === 3) { return '认' }
409 409
         if (records.status === 4) { return '签约' }
410 410
       },
411 411
     },