Commit 5fe22982 authored by 程恺文's avatar 程恺文

修改

parent 5a296ba9
Pipeline #78340 waiting for manual action with stages
......@@ -236,7 +236,7 @@ const SiteManageV2 = () => {
list[index].users.forEach((user, userIndex) => {
if (user.userId === item[1].userId) {
list[index].users[userIndex].isChecked = true;
list[index].users[userIndex].groupName = value.groupName;
list[index].users[userIndex].groupName = value.level;
}
});
let checkedLen = list[index].users.filter(v => v.isChecked).length;
......@@ -705,7 +705,7 @@ const SiteManageV2 = () => {
<DownOutlined className={styles.siteIcon} />
)} */}
{/* <UpOutlined className={styles.siteIcon} /> */}
<ApartmentOutlined className={styles.siteIcon} />
<ApartmentOutlined className={styles.siteIcon} />
{searchStyle(groupName)}
<Checkbox
key="0"
......@@ -716,6 +716,7 @@ const SiteManageV2 = () => {
>
全选
</Checkbox>
</div>
<div className={styles.sitePanelCon}>
{users.length > 0 &&
......
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