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
1bb0aae0
authored
2023-02-07 10:14:18 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
239e92c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
28 deletions
src/views/business-info/zxdj/data/index.js
src/views/business-info/zxdj/index.vue
src/views/business-info/zxdj/data/index.js
View file @
1bb0aae
...
...
@@ -16,16 +16,16 @@ class data extends filter {
)
},
},
{
label
:
"权属状态"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
>
{
this
.
dicStatus
(
scope
.
row
.
qszt
,
'A22'
)}
<
/span
>
<
/div
>
)
},
},
//
{
//
label: "权属状态",
//
render: (h, scope) => {
//
return (
//
<div>
//
<span>{this.dicStatus(scope.row.qszt, 'A22')}</span>
//
</div>
//
)
//
},
//
},
{
label
:
"业务号"
,
prop
:
"YWH"
...
...
@@ -43,10 +43,10 @@ class data extends filter {
label
:
"权利人"
,
prop
:
"qlrmc"
},
{
label
:
"用途"
,
prop
:
"yt"
},
//
{
//
label: "用途",
//
prop: "yt"
//
},
{
label
:
"权利类型"
,
render
:
(
h
,
scope
)
=>
{
...
...
@@ -57,16 +57,16 @@ class data extends filter {
)
},
},
{
label
:
"权利性质"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
>
{
this
.
dicStatus
(
scope
.
row
.
BDCQZH
,
'A9'
)}
<
/span
>
<
/div
>
)
},
},
//
{
//
label: "权利性质",
//
render: (h, scope) => {
//
return (
//
<div>
//
<span>{this.dicStatus(scope.row.BDCQZH, 'A9')}</span>
//
</div>
//
)
//
},
//
},
{
label
:
"登记时间"
,
width
:
140
,
...
...
src/views/business-info/zxdj/index.vue
View file @
1bb0aae
...
...
@@ -11,19 +11,19 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<
!--
<
el-col
:span=
"6"
>
<el-form-item
label=
"权属状态"
label-width=
"105px"
>
<el-select
v-model=
"form.QSZT"
class=
"width100"
clearable
placeholder=
"权属状态"
>
<el-option
v-for=
"item in dicData['A22']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
</el-col>
-->
<
!--
<
el-col
:span=
"6"
>
<el-form-item
label=
"坐落"
>
<el-input
v-model=
"form.ZL"
placeholder=
"请输入坐落"
></el-input>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"6"
>
<el-form-item
label=
"不动产权证号"
label-width=
"105px"
>
<el-input
v-model=
"form.BDCQZH"
placeholder=
"请输入不动产权证号"
></el-input>
...
...
Please
register
or
sign in
to post a comment