Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
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
何远江
yishuju-ui
Commits
a21604ae
Commit
a21604ae
authored
Mar 05, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
6b59aa72
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
92 additions
and
0 deletions
+92
-0
element.scss
src/styles/element.scss
+12
-0
index.vue
src/views/property/case-manage/index.vue
+40
-0
index.vue
src/views/workplace/case/index.vue
+40
-0
No files found.
src/styles/element.scss
View file @
a21604ae
...
...
@@ -408,3 +408,15 @@ body {
.text-blue-400
{
color
:
#234ca3
!
important
;
}
.el-form-item__label
{
display
:
flex
;
align-items
:
center
;
&
>
div
{
display
:
flex
;
align-items
:
center
;
justify-content
:
flex-end
;
}
.el-space__item
{
line-height
:
16px
;
}
}
\ No newline at end of file
src/views/property/case-manage/index.vue
View file @
a21604ae
...
...
@@ -326,6 +326,46 @@
},
},
},
{
field
:
'lastFollowStatus'
,
showOverflow
:
'tooltip'
,
title
:
'最近一次跟进结果'
,
width
:
80
,
enum
:
FollowStatus
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
labelWidth
:
90
},
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
default
:
({
row
})
=>
{
return
(
<>
{
row
.
lastFollowStatus
?
FollowStatus
.
value
?.
find
((
v
)
=>
v
.
value
===
row
.
lastFollowStatus
)?.
label
:
''
}
<
/
>
);
},
},
},
{
field
:
'lastPhoneResultStatus'
,
showOverflow
:
'tooltip'
,
title
:
'最近一次跟进状态'
,
width
:
80
,
enum
:
PhoneResultStatus
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
labelWidth
:
90
},
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
default
:
({
row
})
=>
{
return
(
<>
{
row
.
lastPhoneResultStatus
?
PhoneResultStatus
.
value
?.
find
((
v
)
=>
v
.
value
===
row
.
lastPhoneResultStatus
)?.
label
:
''
}
<
/
>
);
},
},
},
{
field
:
'isfollowStatus'
,
showOverflow
:
'tooltip'
,
...
...
src/views/workplace/case/index.vue
View file @
a21604ae
...
...
@@ -409,6 +409,46 @@
},
},
},
{
field
:
'lastFollowStatus'
,
showOverflow
:
'tooltip'
,
title
:
'最近一次跟进结果'
,
width
:
80
,
enum
:
FollowStatus
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
labelWidth
:
90
},
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
default
:
({
row
})
=>
{
return
(
<>
{
row
.
lastFollowStatus
?
FollowStatus
.
value
?.
find
((
v
)
=>
v
.
value
===
row
.
lastFollowStatus
)?.
label
:
''
}
<
/
>
);
},
},
},
{
field
:
'lastPhoneResultStatus'
,
showOverflow
:
'tooltip'
,
title
:
'最近一次跟进状态'
,
width
:
80
,
enum
:
PhoneResultStatus
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
labelWidth
:
90
},
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
default
:
({
row
})
=>
{
return
(
<>
{
row
.
lastPhoneResultStatus
?
PhoneResultStatus
.
value
?.
find
((
v
)
=>
v
.
value
===
row
.
lastPhoneResultStatus
)?.
label
:
''
}
<
/
>
);
},
},
},
{
field
:
'caseStatus'
,
showOverflow
:
'tooltip'
,
...
...
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