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
10758faa
authored
2023-08-24 11:01:29 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请样式调整
1 parent
999bc88c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
src/views/ywbl/ywsq/components/selectFwsyq.vue
src/views/ywbl/ywsq/javascript/selectFwsyq.js
src/views/ywbl/ywsq/components/selectFwsyq.vue
View file @
10758fa
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
02 09:58:53
* @LastEditTime: 2023-08-
24 11:00:59
-->
<
template
>
<!-- 主体权利信息查询 -->
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"105px"
>
<el-row>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
7
"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
placeholder=
"请输入不动产权证号"
v-model=
"queryForm.bdcqzh"
clearable
class=
"width
200px
"
>
<el-input
placeholder=
"请输入不动产权证号"
v-model=
"queryForm.bdcqzh"
clearable
class=
"width
100
"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
7
"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
maxlength=
"28"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width
200px
"
>
<el-input
placeholder=
"请输入不动产单元号"
maxlength=
"28"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width
100
"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"坐落"
>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"坐落"
label-width=
"60px"
>
<el-input
placeholder=
"请输入坐落"
v-model
.
trim=
"queryForm.zl"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
...
...
src/views/ywbl/ywsq/javascript/selectFwsyq.js
View file @
10758fa
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
2 09:28
:16
* @LastEditTime: 2023-08-2
4 11:00
:16
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -80,6 +80,8 @@ class data extends filter {
{
prop
:
"qlytmc"
,
label
:
"用途"
,
width
:
'120'
,
showOverflowTooltip
:
true
},
{
prop
:
"qlmjmc"
,
...
...
@@ -88,7 +90,8 @@ class data extends filter {
{
prop
:
"zl"
,
label
:
"坐落"
,
minWidth
:
'130'
width
:
'130'
,
showOverflowTooltip
:
true
},
{
label
:
'操作'
,
...
...
Please
register
or
sign in
to post a comment