Commit 472153b3 authored by Sixiang_Zzb's avatar Sixiang_Zzb

用户模块 租客信息更改 添加 其他 情况

parent 56b29c01
...@@ -27,6 +27,7 @@ const TableShow = (props: any) => { ...@@ -27,6 +27,7 @@ const TableShow = (props: any) => {
// const user_status = [[1, "家属"], [2, "租户"]] // const user_status = [[1, "家属"], [2, "租户"]]
const user_status = [ const user_status = [
[0, 'Other'],
[1, 'Family Member'], [1, 'Family Member'],
[2, 'Tenant'], [2, 'Tenant'],
]; ];
......
...@@ -39,6 +39,7 @@ const UsersDetail = (props: any) => { ...@@ -39,6 +39,7 @@ const UsersDetail = (props: any) => {
// const user_status = [[1, "家属"], [2, "租户"]] // const user_status = [[1, "家属"], [2, "租户"]]
const user_status = [ const user_status = [
[0, 'Other'],
[1, 'Family Member'], [1, 'Family Member'],
[2, 'Tenant'], [2, 'Tenant'],
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment