魏超 5 年前
父节点
当前提交
aa4841782c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/customer/customerlist/index.jsx

+ 1
- 1
src/pages/customer/customerlist/index.jsx 查看文件

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