Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
b3bb20b5
authored
2023-01-12 14:49:24 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:抵押
1 parent
4747ca7f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
src/styles/element-ui.scss
src/utils/filter.js
src/views/business-info/mortgage-registration/data/index.js
src/views/business-info/mortgage-registration/index.vue
src/styles/element-ui.scss
View file @
b3bb20b
...
...
@@ -193,6 +193,7 @@ table td {
.el-table__body
tr
{
box-sizing
:
content-box
!
important
;
cursor
:
pointer
;
}
.el-table__body
tr
:hover
{
...
...
src/utils/filter.js
View file @
b3bb20b
...
...
@@ -18,8 +18,8 @@ export default class filter {
name
=
'暂无'
if
(
data
)
{
data
.
map
((
item
)
=>
{
if
(
item
.
dcode
==
val
)
{
name
=
item
.
dname
if
(
item
.
DCODE
==
val
)
{
name
=
item
.
DNAME
}
})
return
name
...
...
src/views/business-info/mortgage-registration/data/index.js
View file @
b3bb20b
...
...
@@ -3,7 +3,7 @@ class data extends filter {
constructor
()
{
super
()
}
columns
()
{
columns
()
{
return
[
{
label
:
"权属状态"
,
...
...
src/views/business-info/mortgage-registration/index.vue
View file @
b3bb20b
...
...
@@ -29,7 +29,7 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:
heightNum=
"300"
:
current-page
.
sync=
"pageData.current"
:total=
"pageData.total"
@
selection-change=
"handleSelectionChange"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
@@ -149,4 +149,9 @@ export default {
},
}
}
</
script
>
\ No newline at end of file
</
script
>
<
style
scoped
lang=
"scss"
>
//
引入表单整体样式
@import
"~@/styles/public.scss"
;
</
style
>
...
...
Please
register
or
sign in
to post a comment