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
bda681bd
authored
2023-09-26 09:03:13 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:预告抵押登记
1 parent
7b54091d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
src/views/ywbl/ywsq/javascript/selectYgdy.js
src/views/ywbl/ywsq/javascript/selectYgdy.js
View file @
bda681b
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-2
5 14:34:04
* @LastEditTime: 2023-09-2
6 09:01:55
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -35,6 +35,7 @@ class data extends filter {
{
prop
:
"status"
,
label
:
"状态"
,
minWidth
:
'130'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
@@ -88,9 +89,15 @@ class data extends filter {
label
:
"债务履行期限"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
minWidth
:
'130'
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
'操作'
,
...
...
Please
register
or
sign in
to post a comment