Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Mediation-Frontend into hhl
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 185 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 185 KiB |
@@ -199,7 +199,10 @@ export default {
|
|||||||
secretaryRoleByUserId({
|
secretaryRoleByUserId({
|
||||||
userId: this.userId
|
userId: this.userId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.isSecretaryRole = res.data.isSecretaryRole;
|
this.isSecretaryRole = res.data.isSecretaryRole;
|
||||||
|
if(this.recordArrMediate){
|
||||||
|
this.isSecretaryRole = false
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
/**上传地址*/
|
/**上传地址*/
|
||||||
|
|||||||
@@ -177,17 +177,17 @@ export default {
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
.leftIcon {
|
.leftIcon {
|
||||||
height: 10%;
|
height: 20%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 5% 10% 1% 15%;
|
margin: 0% 10% 1% 15%;
|
||||||
.Icon {
|
.Icon {
|
||||||
width: 45px;
|
width: 100px;
|
||||||
height: 45px;
|
height: 105px;
|
||||||
background-image: url("../assets/images/mediate.svg");
|
background-image: url("../assets/images/logos.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
font-size: 17px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.leftImage {
|
.leftImage {
|
||||||
|
|||||||