Commit 46bdee2b authored by anxixi's avatar anxixi

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

parent 6c7e8b3d
......@@ -564,10 +564,7 @@
};
api.unBindEmpList( params ).then( response => {
if ( response.code == 0 ) {
this.$message( {
type : 'success',
message : response.msg
} );
this.$message.success( response.msg );
this.arrNum = [];
this.tableListbind();
} else {
......
......@@ -662,7 +662,7 @@ module.exports = {
excelno:'No files available for download',
companylabelof:'The same label already exists, please edit',
//发布页面=======================================================================================================
release:'Submit',
release:'Publish Product Profile',
label1:'Basic Information',
label2:'Product Overview',
label3:'Market Collaboration',
......@@ -776,7 +776,7 @@ module.exports = {
//我发布的项目=============================================================================================
litemlistjson:{
wrkbench:'Workspace',
irelease:'My published product profile',
irelease:'Published Product',
projectlist:'Product list',
projectName:'Product Title',
projectModel:'Form Factor',
......@@ -788,7 +788,7 @@ module.exports = {
//收到的意向
intentionlist:{
wrkbench:'Workspace',
intention:'Interest Received',
intention:' Received Invitations',
companyName:'Company Name',
createDate:'Date Received',
processSateList:'Matchmaking Progress',
......@@ -820,7 +820,7 @@ module.exports = {
//发出的自推荐
recommendjson:{
wrkbench:'Workspace',
issuerecommend:'Self-Recommendation Sent',
issuerecommend:'Self-Recommendation',
companyName:'Company Name',
createDate:'Date Received',
processSateList:'Matchmaking Progress',
......@@ -975,7 +975,7 @@ module.exports = {
submission:'Pending submission',
},
projectdynamics:{
prodynamics:'Product Status',
prodynamics:'Product Updates',
reachprogress:'Reach Progress',
requirementrejection:'Interest Denied',
cooperation:'Target Industry',
......@@ -999,7 +999,7 @@ module.exports = {
plbind:'Please select PM for binding',
},
usermanagement:{
registereduser:'User Management',
registereduser:'User Registration Manag',
accountstatus:'Account Status',
registrationtime:'Registration Time:',
normal:'Normal',
......@@ -1021,7 +1021,7 @@ module.exports = {
},
//其他===============================================================================================================
Otherjson:{
myitems:'Favorite Product',
myitems:'Bookmarked Products',
reviewproject:'This product profile is being approved , please try again later',
projectdetails:'Product Profile Details',
editproject:'Modify',
......@@ -1051,9 +1051,20 @@ module.exports = {
overseas:'International',
cooperation:'Cooperation Case Details',
caseson :'Focus',
professionfocusing:'Industry Focus',
cooperationcase:'Success Cases',
dynamics:'Focus on Cooperation Progress',
Casedetails:'Case Details',
projectcontent:'Your product frofile has been changed. Click to confirm that the product profile will be resubmitted. After confirming, will the content be approved?',
matchstate:'Match State',
members:'Team Members',
financing:'Financing Proceed',
rotation:'Financing Rounds',
financingtime:'Financing Time',
financingamount:'Financing Amount',
investor:'Investors',
establishmenttime:'Founded Date:',
companyintroduction:'Company Intro:',
companyadvantages:'Company Advantage:',
}
}
......@@ -1055,9 +1055,21 @@ module.exports = {
cooperation:'合作案例详情',
caseson :'聚焦合作案例',
dynamics:'关注合作动态',
professionfocusing:'行业聚焦',
cooperationcase:'合作案例',
Casedetails:'案例详情',
projectcontent:'您的项目已更改,点击确认该项目会重新提交审核,通过后会更新为最新修改结果,确认将修改的内容提交审核吗?',
matchstate:'对接状态',
members:'团队成员',
financing:'融资历程',
rotation:'轮次',
financingtime:'融资时间',
financingamount:'融资金额',
investor:'投资方',
establishmenttime:'成立时间:',
companyintroduction:'公司介绍:',
companyadvantages:'公司优势:',
}
......
......@@ -4,7 +4,7 @@
<el-col :span="3" style="padding-left: 0;width: 135px">
<div style="line-height: 45px;font-weight: bold">{{$t("indexCount.addressBy")}}</div>
</el-col>
<el-col :span="21" style="margin-left: -25px;font-weight:normal;width: 88%;">
<el-col :span="21" style="margin-left: -25px;font-weight:normal;width: 88%;padding-left: 30px">
<div style="width: 80%;">
<el-row>
<el-col :span="2">
......
......@@ -2,7 +2,7 @@
<div class="soutform loginedWrapper">
<div class="breadcrumb">
<el-breadcrumb separator="/">
<el-breadcrumb-item>{{$t('topNav.cooperationcase')}}</el-breadcrumb-item>
<el-breadcrumb-item>{{$t('Otherjson.cooperationcase')}}</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="projectTabadd" style="margin-top: 10px;text-align: center">
......
......@@ -261,7 +261,7 @@
patentpush(){
let se = /^\s+$/g;
for(let i in this.formData.companyEventList){
if(row.eventUrl != ''){
if(this.formData.companyEventList[i].eventUrl != ''){
if(this.formData.companyEventList[i].eventDate == undefined || this.formData.companyEventList[i].eventDate == null || this.formData.companyEventList[i].eventDate == '' || se.test(this.formData.companyEventList[i].eventUrl) || this.formData.companyEventList[i].eventDes == '' || se.test(this.formData.companyEventList[i].eventDes)){
this.$message.error( this.$t('releasejson.eventcomplete'));
return
......
......@@ -2,7 +2,7 @@
<div class="soutform loginedWrapper">
<div class="breadcrumb">
<el-breadcrumb separator="/">
<el-breadcrumb-item>{{$t('topNav.professionfocusing')}}</el-breadcrumb-item>
<el-breadcrumb-item>{{$t('Otherjson.professionfocusing')}}</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div style="margin-top: 10px;text-align: center;border-radius: 3px;background: #FFFFFF;">
......
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