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