Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
2ef823f5
Commit
2ef823f5
authored
Jul 03, 2020
by
zhangyanni
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
b4466495
3b50c65b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
13 deletions
+15
-13
litemlist.vue
src/views/innovatecompany/lreleaseproject/litemlist.vue
+1
-1
aggregatetab.vue
src/views/innovatecompany/registeruser/aggregatetab.vue
+1
-1
projectdetails.vue
src/views/mobile/projectment/projectdetails.vue
+13
-11
No files found.
src/views/innovatecompany/lreleaseproject/litemlist.vue
View file @
2ef823f5
...
...
@@ -2,7 +2,7 @@
<div
class=
"soutform loginedWrapper"
>
<div
class=
"breadcrumb"
>
<el-breadcrumb
separator=
"/"
>
<el-breadcrumb-item
:to=
"
{ path: publicFun.isgetUserRoleFunc(5)?'/
#/
salerequire/list':'/litemlist' }">
{{
$t
(
"litemlistjson.wrkbench"
)
}}
</el-breadcrumb-item>
<el-breadcrumb-item
:to=
"
{ path: publicFun.isgetUserRoleFunc(5)?'/salerequire/list':'/litemlist' }">
{{
$t
(
"litemlistjson.wrkbench"
)
}}
</el-breadcrumb-item>
<el-breadcrumb-item>
{{
title
}}
</el-breadcrumb-item>
</el-breadcrumb>
</div>
...
...
src/views/innovatecompany/registeruser/aggregatetab.vue
View file @
2ef823f5
...
...
@@ -3,7 +3,7 @@
<div
class=
"breadcrumb"
>
<el-breadcrumb
separator=
"/"
>
<el-breadcrumb-item
:to=
"
{ path: publicFun.isgetUserRoleFunc(5)?'/salerequire/list':publicFun.isgetUserRoleFunc(2)?'/projectdynamics':'/litemlist' }">
{{
$t
(
"litemlistjson.wrkbench"
)
}}
</el-breadcrumb-item>
<el-breadcrumb-item
:to=
"
{ path: '/registeruserlist' }">
{{
$t
(
"usermanagement.registereduser"
)
}}
</el-breadcrumb-item>
<el-breadcrumb-item
v-if=
"!this.$route.query.isSale"
:to=
"
{ path: '/registeruserlist' }">
{{
$t
(
"usermanagement.registereduser"
)
}}
</el-breadcrumb-item>
<el-breadcrumb-item
v-if=
"!this.$route.query.isSale"
>
{{
$t
(
"usermanagement.accountinformation"
)
}}
</el-breadcrumb-item>
<el-breadcrumb-item
v-if=
"this.$route.query.isSale==1"
>
<a
href=
"/#/responsibleuser/list"
>
{{
$t
(
"saleResponsibleUser.title"
)
}}
</a>
...
...
src/views/mobile/projectment/projectdetails.vue
View file @
2ef823f5
...
...
@@ -89,57 +89,59 @@
</div>
</div>
<div
v-if=
"companyInfo.projectSource!=1"
>
<div><span>
{{$t("listproject.market")}}
</span></div>
<p>
<div
v-if=
"companyInfo.companyIndustryList&&companyInfo.companyIndustryList.length>=1||companyInfo.cooperationWay&&companyInfo.cooperationWay.length>=1||companyInfo.customerLabelList&&companyInfo.customerLabelList.length>=1||companyInfo.customerCase&&companyInfo.customerCase.length>=1"
>
<span>
{{$t("listproject.market")}}
</span>
</div>
<p
v-if=
"companyInfo.companyIndustryList&&companyInfo.companyIndustryList.length>=1"
>
<span>
{{$t("listproject.fmcompanyIndustryList")}}
</span>
<span>
<span
v-for=
"(item,index) in companyInfo.companyIndustryList"
:key=
"index"
>
{{item}}
<i>
{{companyInfo.companyIndustryList.length-1 == index ? '' : ' | '}}
</i></span>
</span>
</p>
<p>
<p
v-if=
"companyInfo.cooperationWay&&companyInfo.cooperationWay.length>=1"
>
<span>
{{$t("listproject.fmcooperationWay")}}
</span>
<span>
{{companyInfo.cooperationWay}}
</span>
</p>
<p>
<p
v-if=
"companyInfo.customerLabelList&&companyInfo.customerLabelList.length>=1"
>
<span>
{{$t("listproject.customerLabelList")}}
</span>
<span>
<span
v-for=
"(item,index) in companyInfo.customerLabelList"
:key=
"index"
>
{{item}}
<i>
{{companyInfo.customerLabelList.length-1 == index ? '' : ' | '}}
</i></span>
</span>
</p>
<p>
<p
v-if=
"companyInfo.customerCase&&companyInfo.customerCase.length>=1"
>
<span>
{{$t("listproject.customerCase")}}
</span>
<span>
{{companyInfo.customerCase}}
</span>
</p>
</div>
<div
v-if=
"companyInfo.projectSource!=1"
>
<div><span>
{{$t("listproject.overview")}}
</span></div>
<p>
<p
v-if=
"companyInfo.companyCreateDate&&companyInfo.companyCreateDate.length>=1"
>
<span>
{{$t("listproject.companyCreateDate")}}
</span>
<span>
{{companyInfo.companyCreateDate}}
</span>
</p>
<p>
<p
v-if=
"companyInfo.companyScale&&companyInfo.companyScale.length>=1"
>
<span>
{{$t("listproject.companyScale")}}
</span>
<span>
{{companyInfo.companyScale}}
</span>
</p>
<p>
<p
v-if=
"companyInfo.companyFinancedAmount&&companyInfo.companyFinancedAmount.length>=1"
>
<span>
{{$t("listproject.companyFinancedAmount")}}
</span>
<span
style=
"margin-left: 0.2rem"
>
{{companyInfo.companyFinancedAmount}}
</span>
</p>
<p>
<p
v-if=
"companyInfo.companyValuation&&companyInfo.companyValuation.length>=1"
>
<span>
{{$t("listproject.companyValuation")}}
</span>
<span>
{{companyInfo.companyValuation}}
</span>
</p>
<div>
<div
v-if=
"companyInfo.companyEmpList&&companyInfo.companyEmpList.length>=1"
>
<p
style=
"width: 100%;font-weight: bold;margin: 0.2rem 0"
>
{{$t("releasejson.companyEmpList")}}
</p>
...
...
@@ -156,7 +158,7 @@
</
template
>
</el-table>
</div>
<div>
<div
v-if=
"companyInfo.companyEventList&&companyInfo.companyEventList.length>=1"
>
<p
style=
"width: 100%;font-weight: bold;margin: 0.2rem 0"
>
{{$t("releasejson.companyEventList")}}
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment