Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f942f28e
authored
2023-08-28 15:44:00 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:待办箱
1 parent
76204352
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
10 deletions
src/views/ywbl/dbx/dbxdata.js
src/views/ywbl/ybx/ybx.vue
src/views/ywbl/ybx/ybxdata.js
src/views/ywbl/dbx/dbxdata.js
View file @
f942f28
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-28
09:01:00
* @LastEditTime: 2023-08-28
15:43:41
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -68,7 +68,7 @@ class data extends filter {
{
prop
:
"sqywmc"
,
label
:
"申请业务名称"
,
minWidth
:
'2
2
0'
minWidth
:
'2
0
0'
},
{
prop
:
"bdcdyh"
,
...
...
@@ -103,7 +103,7 @@ class data extends filter {
},
{
label
:
"坐落"
,
w
idth
:
'150'
,
minW
idth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
...
...
src/views/ywbl/ybx/ybx.vue
View file @
f942f28
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
3 15:07:37
* @LastEditTime: 2023-08-2
8 15:38:25
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -92,7 +92,7 @@
</el-col>
</el-row>
<el-row
class=
"advanced-search"
>
<span>
高级
搜索条件:
</span>
<span>
搜索条件:
</span>
<ul>
<li
v-for=
"(item, index) in searchList"
:key=
"index"
>
{{
item
.
name
}}
:
{{
item
.
value
}}
...
...
src/views/ywbl/ybx/ybxdata.js
View file @
f942f28
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-28 15:
33:57
* @LastEditTime: 2023-08-28 15:
43:19
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -62,19 +62,37 @@ class data extends filter {
{
prop
:
"sqywmc"
,
label
:
"申请业务名称"
,
width
:
'150'
,
minWidth
:
'200'
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
width
:
'120'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qlrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qlrmc
}
<
/span
>
<
/el-tooltip
>
<
/div
>
)
}
},
{
prop
:
"ywrmc"
,
label
:
"义务人"
,
width
:
'120'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
ywrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
ywrmc
}
<
/span
>
<
/el-tooltip
>
<
/div
>
)
}
},
{
label
:
"坐落"
,
w
idth
:
'150'
,
minW
idth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
...
...
Please
register
or
sign in
to post a comment