Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
270208a0
Commit
270208a0
authored
5 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
34396f53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
leaderArrangement.vue
src/components/LeaderManagement/leaderArrangement.vue
+3
-4
No files found.
src/components/LeaderManagement/leaderArrangement.vue
View file @
270208a0
...
...
@@ -132,13 +132,13 @@
}
.leaderArrangement
.Assied
>
div
:first-child
{
margin-left
:
4
0px
;
margin-left
:
2
0px
;
text-align
:
center
;
}
.leaderArrangement
.AssList
{
float
:
left
;
margin
-right
:
10px
;
margin
:
5px
10px
0
0
;
height
:
80px
;
line-height
:
1
;
text-align
:
center
;
...
...
@@ -445,7 +445,7 @@
<el-col
:span=
"2"
>
<div
class=
"forSaling"
>
{{
item
.
TCStateStr
}}{{
$t
(
'hotel.hotel_Inthe'
)
}}
</div>
</el-col>
<el-col
:span=
"
3
"
>
<el-col
:span=
"
5
"
>
<div
class=
"notAssigned"
v-if=
"item.LeaderId===0&&item.GuideId===0"
>
{{
$t
(
'leader.leader_notAssigned'
)
}}
</div>
...
...
@@ -614,7 +614,6 @@
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
LeaderList
=
res
.
data
.
data
.
pageData
;
this
.
noTaskLeaderMsg
.
PageCount
=
res
.
data
.
data
.
pageCount
;
console
.
log
(
this
.
LeaderList
,
'leaderlist'
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
This diff is collapsed.
Click to expand it.
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