魏超 5 år sedan
förälder
incheckning
aa4841782c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/pages/customer/customerlist/index.jsx

+ 1
- 1
src/pages/customer/customerlist/index.jsx Visa fil

@@ -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
     },