Browse Source

consultant

xujing 5 years ago
parent
commit
b04a4fc231
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/pages/statistical/consultant/sharetable.jsx

+ 4
- 0
src/pages/statistical/consultant/sharetable.jsx View File

64
         label: '在线选房',
64
         label: '在线选房',
65
         value: 'houseApp',
65
         value: 'houseApp',
66
     },
66
     },
67
+    {
68
+        label: '个人主页',
69
+        value: 'consultant',
70
+    },
67
 ]
71
 ]
68
 
72
 
69
 /**
73
 /**