|
@@ -226,7 +226,6 @@ export default {
|
|
|
methods: {
|
|
|
requireImg,
|
|
|
viewPeopleEvent(data) {
|
|
|
- console.log(data, "查看成员的数据");
|
|
|
this.peopleTableData = [];
|
|
|
if (data.length > 0) {
|
|
|
this.visible.viewPeopleInfo = true;
|
|
@@ -247,7 +246,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
displaySystemInfo(data) {
|
|
|
- console.log(data, "需要显示的数据");
|
|
|
this.systemTableData = [];
|
|
|
if (data.length > 0) {
|
|
|
this.visible.viewSystemInfo = true;
|
|
@@ -398,7 +396,6 @@ export default {
|
|
|
.section {
|
|
|
width: 100%;
|
|
|
height: 300px;
|
|
|
- // background: burlywood;
|
|
|
margin-bottom: 10px;
|
|
|
&-top {
|
|
|
width: 100%;
|
|
@@ -465,8 +462,6 @@ export default {
|
|
|
.icon-img {
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
- // margin-left: 10px;
|
|
|
- // margin-right: 10px;
|
|
|
}
|
|
|
&-name {
|
|
|
width: 60%;
|
|
@@ -490,77 +485,5 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- // &-input-outer {
|
|
|
- // width: 100%;
|
|
|
- // height: 100px;
|
|
|
- // display: flex;
|
|
|
- // align-items: center;
|
|
|
- // justify-content: center;
|
|
|
- // .input-box {
|
|
|
- // width: 89%;
|
|
|
- // height: 50%;
|
|
|
- // display: flex;
|
|
|
- // align-items: center;
|
|
|
- // }
|
|
|
- // .search-box {
|
|
|
- // width: 8%;
|
|
|
- // height: 50%;
|
|
|
- // display: flex;
|
|
|
- // align-items: center;
|
|
|
- // justify-content: center;
|
|
|
- // .search-btn {
|
|
|
- // width: 70px;
|
|
|
- // height: 30px;
|
|
|
- // background: #2ea8e6;
|
|
|
- // border-radius: 5px;
|
|
|
- // font-size: 14px;
|
|
|
- // color: #fff;
|
|
|
- // text-align: center;
|
|
|
- // line-height: 30px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- // &-toggle {
|
|
|
- // width: 100%;
|
|
|
- // height: 60px;
|
|
|
- // display: flex;
|
|
|
- // align-items: center;
|
|
|
- // .toggle-box {
|
|
|
- // width: 140px;
|
|
|
- // height: 35px;
|
|
|
- // display: flex;
|
|
|
- // align-items: top;
|
|
|
- // justify-content: center;
|
|
|
- // &-btn {
|
|
|
- // width: 100px;
|
|
|
- // height: 27px;
|
|
|
- // background: #fff;
|
|
|
- // border: 1px solid #f0f1f2;
|
|
|
- // color: #b3b3b3;
|
|
|
- // font-size: 14px;
|
|
|
- // border-radius: 15px;
|
|
|
- // display: flex;
|
|
|
- // align-items: center;
|
|
|
- // justify-content: center;
|
|
|
- // cursor: pointer;
|
|
|
- // &.active {
|
|
|
- // background: #2ea8e6;
|
|
|
- // color: #fff;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- // &-bottom {
|
|
|
- // width: 100%;
|
|
|
- // height: calc(100% - 160px);
|
|
|
- // display: flex;
|
|
|
- // align-items: center;
|
|
|
- // justify-content: center;
|
|
|
- // &-inner {
|
|
|
- // width: calc(99% - 13px);
|
|
|
- // height: calc(99% - 15px);
|
|
|
- // background: burlywood;
|
|
|
- // }
|
|
|
- // }
|
|
|
}
|
|
|
</style>
|