Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
fa61f300
Commit
fa61f300
authored
Aug 03, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
e54aeb75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+5
-5
No files found.
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
fa61f300
...
...
@@ -85,11 +85,11 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"
offic
e"
prop=
"
companyNam
e"
label=
"关联企业"
>
<
template
slot-scope=
"scope"
>
<router-link
:to=
"scope.row.uipId?`/enterprise/$
{encodeStr(scope.row.uipId)}`:`/company/${encodeStr(scope.row.companyId)}`" tag="a" class="a-link" v-if="(scope.row.companyId||scope.row.uipId)
&&
scope.row.
office" v-html="scope.row.offic
e">
</router-link>
<div
v-else
v-html=
"scope.row.
offic
e || '--'"
></div>
<router-link
:to=
"scope.row.uipId?`/enterprise/$
{encodeStr(scope.row.uipId)}`:`/company/${encodeStr(scope.row.companyId)}`" tag="a" class="a-link" v-if="(scope.row.companyId||scope.row.uipId)
&&
scope.row.
companyName" v-html="scope.row.companyNam
e">
</router-link>
<div
v-else
v-html=
"scope.row.
companyNam
e || '--'"
></div>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -147,7 +147,7 @@
<el-input
type=
"text"
v-model=
"queryParam.role"
placeholder=
"请输入"
></el-input>
</el-form-item>
<el-form-item
label=
"关联企业:"
class=
"row"
v-if=
"thistype == 'project'"
>
<el-input
type=
"text"
v-model=
"queryParam.
offic
e"
placeholder=
"请输入"
></el-input>
<el-input
type=
"text"
v-model=
"queryParam.
companyNam
e"
placeholder=
"请输入"
></el-input>
</el-form-item>
<el-form-item
label=
"联系人职位:"
class=
"row"
>
<el-input
type=
"text"
v-model=
"queryParam.position"
placeholder=
"请输入"
></el-input>
...
...
@@ -340,7 +340,7 @@
}
if
(
this
.
thistype
==
'project'
){
this
.
queryParam
.
projectId
=
this
.
searchParam
.
projectId
this
.
offic
e
=
""
this
.
companyNam
e
=
""
}
if
(
this
.
thistype
==
'custom'
){
this
.
queryParam
.
customerId
=
this
.
searchParam
.
customerId
...
...
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