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
ec5f676c
Commit
ec5f676c
authored
Oct 12, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
认领逻辑更正 空状态样式优化
parent
3a9a23d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
11 deletions
+21
-11
index.vue
.../views/enterpriseData/components/searchTheOwner/index.vue
+21
-11
No files found.
dsk-operate-ui/src/views/enterpriseData/components/searchTheOwner/index.vue
View file @
ec5f676c
...
...
@@ -100,7 +100,7 @@
</div>
</div>
<div
class=
"table-item-jf table-item-jf1 empty-table"
v-if=
"
tableData.length==0
&& !isSkeleton"
>
<div
class=
"table-item-jf table-item-jf1 empty-table"
v-if=
"
!tableData.length
&& !isSkeleton"
>
<img
class=
"item-jf-img"
src=
"@/assets/images/kong.png"
alt=
""
>
<div
class=
"item-jf-titel"
>
暂无相关数据
</div>
<div
class=
"item-jf-text"
>
抱歉,暂无数据,试试更换搜索条件吧
</div>
...
...
@@ -108,6 +108,7 @@
<div
class=
"depth-search"
@
click=
"$router.push({path : `/enterpriseData/SearchEnterprise?keyword=${keys}`})"
>
深度搜索企业
</div>
</div>
</div>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<div
class=
"table-item-jf table-item"
v-if=
"!isSkeleton&&tableData.length>0"
@
mouseleave=
"showClaim = false"
>
...
...
@@ -129,13 +130,9 @@
<!-- 优质甲方tag标签 -->
<div
class=
"high-quality-enterprise"
v-if=
"scope.row.other"
>
{{
scope
.
row
.
other
}}
</div>
<div
class=
"renling-btn"
@
click=
"claimbtn(scope.row)"
>
<p
v-if=
"scope.row.claimStatus==1"
class=
"renling-img-true"
>
</p>
<p
v-else
class=
"renling-img-false"
>
</p>
<span
v-if=
"scope.row.claimStatus==1"
@
click
.
stop=
"cancelClaim(scope.row.name,scope.$index)"
class=
"renling-hui"
>
<p
v-if=
"scope.row.claimStatus==0"
class=
"renling-img-true"
></p>
<p
v-else
class=
"renling-img-false"
></p>
<span
v-if=
"scope.row.claimStatus==0"
@
click
.
stop=
"cancelClaim(scope.row.name,scope.$index)"
class=
"renling-hui"
>
已认领
</span>
<span
v-else
class=
"renling-hei"
>
...
...
@@ -635,7 +632,7 @@ export default {
api
.
cancelClaim
(
this
.
companyName
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
dialogVisible1
=
false
;
this
.
tableData
[
this
.
cancelIndex
].
claimStatus
=
0
;
this
.
tableData
[
this
.
cancelIndex
].
claimStatus
=
1
;
}
else
{
this
.
$message
.
error
(
res
.
msg
);
}
...
...
@@ -1043,11 +1040,20 @@ export default {
::
v
-
deep
.
table
-
item
-
jf
{
&
.
empty
-
table
{
padding
:
0
px
;
padding
-
bottom
:
48
px
;
display
:
flex
;
justify
-
content
:
center
;
align
-
items
:
center
;
flex
-
direction
:
column
;
padding
:
48
px
0
px
;
.
item
-
jf
-
text
{
padding
:
0
px
;
}
.
item
-
jf
-
img
{
margin
:
0
;
width
:
108
px
;
height
:
109
px
;
margin
-
bottom
:
24
px
;
}
.
depth
-
search
-
box
{
display
:
flex
;
...
...
@@ -1147,6 +1153,10 @@ export default {
font
-
size
:
13
px
;
font
-
weight
:
400
;
color
:
#
3
d3d3d
;
&
:
hover
{
color
:
#
0081
ff
;
}
}
}
...
...
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