Commit c571e378 authored by anxixi's avatar anxixi

静态页面相关科创企业部分bug修改

parent 216e20ba
......@@ -64,11 +64,11 @@
<p class="auth-info authinfo">
<img src="../../assets/img/vipIcon@2x.png" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==4||userInfo&&userInfo.roleList[0].roleType==7">
<img src="../../assets/img/vipGrayIcon@2x.png" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==3||userInfo&&userInfo.roleList[0].roleType==6">
<img src="../../assets/img/xiaoshouIcon@2x.png" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==5">
<img src="../../assets/img/yunyingIcon@2x.png" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==2">
<img src="../../assets/img/bigBusinessIcon@2x.png" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==7 || userInfo&&userInfo.roleList[0].roleType==6">
<img src="../../assets/img/smallBusinessIcon@2x.png" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==4 || userInfo&&userInfo.roleList[0].roleType==5">
<img src="../../assets/img/adminIcon@2x.png" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==1">
<img :src="diven_zh?require('../../assets/img/PM@2x.png'):require('../../assets/img/xiaoshouIcon@2x.png')" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==5">
<img :src="diven_zh?require('../../assets/img/OM@2x.png'):require('../../assets/img/yunyingIcon@2x.png')" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==2">
<img :src="diven_zh?require('../../assets/img/corporate@2x.png'):require('../../assets/img/bigBusinessIcon@2x.png')" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==7 || userInfo&&userInfo.roleList[0].roleType==6">
<img :src="diven_zh?require('../../assets/img/startUp@2x.png'):require('../../assets/img/smallBusinessIcon@2x.png')" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==4 || userInfo&&userInfo.roleList[0].roleType==5">
<img :src="diven_zh?require('../../assets/img/admin@2x.png'):require('../../assets/img/adminIcon@2x.png')" alt="图片" v-if="userInfo&&userInfo.roleList[0].roleType==1">
</p>
</div>
......@@ -138,6 +138,7 @@
default:false
},
numone:{},
diven_zh:false,
},
data() {
return {
......@@ -371,6 +372,7 @@
},60000*5);
},
mounted() {
this.diven_zh = window.localStorage.getItem("language") == "en" ? true : false;
this.isOtherVisible = this.isOther;
this.getUserInfoFunc();
globalMsg.$on("sendIndex",(data)=>{
......
......@@ -12,7 +12,7 @@ export default {
return api.fetchPost('/business/requirementDetail/authCount');
},
searchAxios (url,params){
return api.fetchPost(url,params);
return api.fetchLoadingPost(url,params);
},
selectNationList (){
return api.fetchGet('/business/geo/selectNationList');
......@@ -24,12 +24,12 @@ export default {
return api.fetchGet('/business/geo/selectProvinceList?geoId='+params);
},
getStaffProcessDetail (params){
return api.fetchPost('/business/purpose/staff/getStaffProcessDetail',Qs.stringify(params));
return api.fetchLoadingPost('/business/purpose/staff/getStaffProcessDetail',Qs.stringify(params));
},
searchSales (params){
return api.fetchPost('/business/purpose/staff/searchSales',params);
return api.fetchLoadingPost('/business/purpose/staff/searchSales',params);
},
configPurposeUser (params){
return api.fetchPost('/business/purpose/configPurposeUser',params);
return api.fetchLoadingPost('/business/purpose/configPurposeUser',params);
},
}
\ No newline at end of file
......@@ -121,16 +121,16 @@
<el-row style="padding: 10px;background: #ffffff">
<el-row v-if="dataobj.empInfo" style="margin-left: 13px;line-height: 55px">
<el-form label-position="left" :inline="true" :label-width="diven_zh?'80px':'180px'" :model="dataobj" :class="diven_zh?'contnetform':'contnetform'">
<el-form-item :label="$t('oneself.kf')" style="width: 26%;">
<el-form-item :label="$t('oneself.kf')" style="width: 25%;">
<span style="line-height: 55px">{{dataobj.empInfo.empName}}</span>
</el-form-item>
<el-form-item :label="$t('oneself.phone')" style="width: 23%;">
<el-form-item :label="$t('oneself.phone')" style="width: 30%;">
<span style="line-height: 55px">{{dataobj.empInfo.empPhone}}</span>
</el-form-item>
<el-form-item :label="$t('oneself.email')" style="width: 23%;">
<el-form-item :label="$t('oneself.email')" style="width: 30%;">
<span style="line-height: 55px">{{dataobj.empInfo.empEmail}}</span>
</el-form-item>
<el-form-item style="width: 23%;">
<el-form-item style="width: 15%;">
<el-button :disabled="!dataobj.empInfo.changed" type="primary" style="width: 130px;height: 40px;margin-top: 8px;" @click="distribution">{{$t('projectdynamics.replacedocker')}}</el-button>
</el-form-item>
</el-form>
......
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