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
c89b862f
authored
2022-10-11 15:05:57 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
84aa38e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
src/views/ywbl/ywsq/components/jsydsyq100.vue
src/views/ywbl/ywsq/javascript/jsydsyq100.js
src/views/ywbl/ywsq/javascript/publicDefaultPar.js
src/views/ywbl/ywsq/components/jsydsyq100.vue
View file @
c89b862
...
...
@@ -11,8 +11,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"10"
>
<el-form-item
label=
"
不动产权证号
"
>
<el-input
placeholder=
"请输入
不动产权证号"
v-model=
"queryForm.bdcqzh
"
clearable
class=
"width300px"
>
<el-form-item
label=
"
坐落
"
>
<el-input
placeholder=
"请输入
坐落"
v-model=
"queryForm.zl
"
clearable
class=
"width300px"
>
</el-input>
</el-form-item>
</el-col>
...
...
src/views/ywbl/ywsq/javascript/jsydsyq100.js
View file @
c89b862
...
...
@@ -26,10 +26,10 @@ class data extends filter {
)
}
},
{
prop
:
"status"
,
label
:
"状态"
,
},
//
{
//
prop: "status",
//
label: "状态",
//
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
...
...
src/views/ywbl/ywsq/javascript/publicDefaultPar.js
View file @
c89b862
...
...
@@ -17,7 +17,8 @@ class data extends filter {
bdcdyh
:
""
,
ywh
:
""
,
bdcqzh
:
""
,
fwfl
:
""
,
fwfl
:
""
,
zl
:
""
,
}
]
}
...
...
Please
register
or
sign in
to post a comment