Commit 5c2421a0 authored by cellee's avatar cellee

Signed-off-by: cellee <893264950@qq.com>

parent de1f7a8b
......@@ -128,7 +128,7 @@ const Account = (props: any) => {
onClick={() => {
edit(record);
}}
disabled={record.userStatus == 1 ? true : false}
disabled={record.tosUserLevel == 1 ? true : false}
>
Edit
</Button>
......@@ -137,6 +137,7 @@ const Account = (props: any) => {
onClick={() => {
detail(record);
}}
disabled={record.tosUserLevel == 1 ? true : false}
>
Detail
</Button>
......
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