Browse Source

Merge branch 'v2' of http://git.ycjcjy.com/yunzhi/crm_pc into v2

张涛 1 year ago
parent
commit
c6ce929786
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/member/index.jsx

+ 2
- 2
src/pages/member/index.jsx View File

36
       title: "生日",
36
       title: "生日",
37
       dataIndex: "birthDay",
37
       dataIndex: "birthDay",
38
       render: (_, r) =>
38
       render: (_, r) =>
39
-        r.birthDay ? moment(r.birthDay).format("YYYY-MM-DD") : "",
39
+        r.birthDay ? moment(r.birthDay).format("YYYY-MM-DD") : "-",
40
       search: false,
40
       search: false,
41
     },
41
     },
42
     {
42
     {
99
               console.log(expireNum)
99
               console.log(expireNum)
100
               if (expireNum >= 5) {
100
               if (expireNum >= 5) {
101
                 return true;
101
                 return true;
102
-              }else{
102
+              } else {
103
                 return false
103
                 return false
104
               }
104
               }
105
             }
105
             }