Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bms-vue-obear
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
daywrite
bms-vue-obear
Commits
4e28794e
Commit
4e28794e
authored
May 13, 2019
by
daywrite
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
684a998b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
caseItem.vue
src/components/case_list/caseItem.vue
+9
-2
No files found.
src/components/case_list/caseItem.vue
View file @
4e28794e
...
...
@@ -7,9 +7,12 @@
Case编号:
<span>
{{
item
.
case_no
}}
</span>
</el-col>
<el-col
:span=
"24"
>
<a
class=
"client"
>
<router-link
class=
"client"
:to=
"
{ path: '/ofClient/' + item.client_id }">
<i
class=
"fa fa-star"
aria-hidden=
"true"
></i>
{{
isNullClient
?
'客户名称(未设置)'
:
item
.
client
.
name
}}
</router-link>
<!--
<a
class=
"client"
>
<i
class=
"fa fa-star"
aria-hidden=
"true"
></i>
{{
item
.
client
.
name
}}
</a>
</a>
-->
</el-col>
<el-col
:span=
"24"
style=
"padding-left: 5px;"
>
<span>
...
...
@@ -108,6 +111,10 @@ export default {
},
computed
:
{
isNullClient
()
{
return
!
(
this
.
item
.
client
&&
this
.
item
.
client
.
name
)
},
isNullProject
()
{
return
!!
this
.
item
.
Project
},
...
...
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