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
7976445b
authored
2023-11-14 13:49:12 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:土地分割
1 parent
74cb2763
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
28 deletions
src/utils/mixin/table.js
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
src/views/ywbl/ywsq/javascript/selectJsydsyqhbfg.js
src/utils/mixin/table.js
View file @
7976445
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-14 13:28:47
*/
import
{
mapGetters
}
from
'vuex'
import
{
defaultParameters
}
from
"../../views/ywbl/ywsq/javascript/publicDefaultPar"
;
export
default
{
...
...
@@ -9,9 +14,6 @@ export default {
}
}
},
created
()
{
},
computed
:
{
...
mapGetters
([
'dictData'
]),
},
...
...
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
View file @
7976445
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-14 13:
09:34
* @LastEditTime: 2023-11-14 13:
45:28
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -45,7 +45,7 @@
</el-form>
</div>
<!-- 表格 -->
<div
class=
"
from-clues-content
loadingtext"
>
<div
class=
"
mergeTable
loadingtext"
>
<el-table
:data=
"tableData.data"
height=
"230"
...
...
@@ -123,9 +123,9 @@
</el-table>
</div>
<div
class=
"
from-clues-content
loadingtext"
>
<div
class=
"
mergeTable
loadingtext"
>
土地变化情况
<lb-table
ref=
"table"
:pagination=
false
:calcHeight=
"
50
0"
:column=
"tableData.columns1"
<lb-table
ref=
"table"
:pagination=
false
:calcHeight=
"
45
0"
:column=
"tableData.columns1"
:data=
"tableData.datastwo"
>
</lb-table>
</div>
...
...
@@ -298,6 +298,9 @@
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
.mergeTable
{
margin-top
:
5px
;
}
/
deep
/
.el-radio__label
{
display
:
none
;
}
...
...
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
View file @
7976445
...
...
@@ -216,10 +216,9 @@
this
.
$popup
(
"登记簿详情"
,
"registerBook/djbFrame"
,
{
formData
:
param
})
},
},
};
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
...
...
src/views/ywbl/ywsq/javascript/selectJsydsyqhbfg.js
View file @
7976445
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-14 13:
10:27
* @LastEditTime: 2023-11-14 13:
48:11
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -41,11 +41,12 @@ class data extends filter {
},
{
prop
:
"qllxmc"
,
width
:
140
,
label
:
"权利类型"
,
},
{
label
:
"不动产单元号"
,
width
:
'150'
,
width
:
170
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcdyh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
...
...
@@ -56,7 +57,7 @@ class data extends filter {
},
{
label
:
"不动产权证号"
,
width
:
'150'
,
width
:
170
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
...
...
@@ -75,7 +76,7 @@ class data extends filter {
},
{
prop
:
"qlxzmc"
,
width
:
'80'
,
width
:
100
,
label
:
"权利性质"
,
},
{
...
...
@@ -129,37 +130,38 @@ class datatwo extends filter {
}
},
{
label
:
"
状态
"
,
width
:
'130'
,
label
:
"
变更类型
"
,
width
:
80
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
a
style
=
'color:#3498db;'
v
-
show
=
{
scope
.
row
.
djblzt
==
1
}
>
{
this
.
yWstatus
(
scope
.
row
)}
<
/a
>
<
span
v
-
show
=
{
scope
.
row
.
djblzt
!=
1
}
>
{
this
.
yWstatus
(
scope
.
row
)}
<
/span
>
{
scope
.
row
.
bglx
==
'1'
?
<
span
>
变更前
<
/span> : <span>变更后</
span
>
}
<
/div
>
)
}
},
{
label
:
"
变更类型
"
,
width
:
80
,
label
:
"
状态
"
,
width
:
'130'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{
scope
.
row
.
bglx
==
'1'
?
<
span
>
变更前
<
/span> : <span>变更后</
span
>
}
<
a
style
=
'color:#3498db;'
v
-
show
=
{
scope
.
row
.
djblzt
==
1
}
>
{
this
.
yWstatus
(
scope
.
row
)}
<
/a
>
<
span
v
-
show
=
{
scope
.
row
.
djblzt
!=
1
}
>
{
this
.
yWstatus
(
scope
.
row
)}
<
/span
>
<
/div
>
)
}
},
{
prop
:
"qllxmc"
,
width
:
140
,
label
:
"权利类型"
,
},
{
label
:
"不动产单元号"
,
width
:
'150'
,
width
:
170
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcdyh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
...
...
@@ -170,7 +172,7 @@ class datatwo extends filter {
},
{
label
:
"不动产权证号"
,
width
:
'150'
,
width
:
170
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
...
...
@@ -186,15 +188,16 @@ class datatwo extends filter {
{
prop
:
"qlrzjhm"
,
label
:
"证件号"
,
width
:
150
,
},
{
prop
:
"qlxzmc"
,
width
:
'80'
,
width
:
100
,
label
:
"权利性质"
,
},
{
prop
:
"qlmjmc"
,
width
:
'100'
,
width
:
100
,
label
:
"使用权面积"
,
},
{
...
...
Please
register
or
sign in
to post a comment