Commit dd0ce577 authored by anxixi's avatar anxixi

手机版查看项目修改

parent a0d4e4d9
......@@ -499,7 +499,7 @@
let id = this.$route.query.projectId;
api.selectProjectById(id).then((res) => {
if (res.code == 0) {
if(res.result.authenticationState=="AS03"){
if(res.result.authenticationState=="AS03"||res.result.projectCreatedBy){
this.companyInfo = res.result;
if(!this.companyInfo.baseEmpInfoAuthenticationVO){
this.companyInfo.baseEmpInfoAuthenticationVO = {};
......@@ -842,7 +842,7 @@
padding-bottom: .3rem;
>div{
padding: 0.4rem 0;
border-bottom: 1px solid #E9EAF3;
/*border-bottom: 1px solid #E9EAF3;*/
>p{
margin-top: 0.4rem;
>span:nth-child(1){
......
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