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
7fdbf0ed
authored
2023-02-03 15:12:15 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:不动产详情
1 parent
19b1a9c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/business-info/fdcqyz/index.vue
src/views/business-info/fdcqyz/index.vue
View file @
7fdbf0e
...
...
@@ -13,7 +13,7 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"权属状态"
>
<el-select
class=
"width100"
v-model=
"form.QSZT"
placeholder=
"权属状态"
>
<el-select
class=
"width100"
v-model=
"form.QSZT"
placeholder=
"权属状态"
>
<el-option
v-for=
"item in dicData['A22']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
</el-select>
...
...
@@ -52,7 +52,7 @@
</el-col>
<el-col
:span=
"6"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"handleSubmit"
>
查询
</btn>
<btn
nativeType=
"cx"
@
click=
"handleSubmit"
>
查询
</btn>
</el-col>
</el-row>
</el-form>
...
...
@@ -63,7 +63,7 @@
:data=
"tableData.data"
>
</lb-table>
</div>
<dataDetails
ref=
"editLog"
:title=
"title"
/>
<dataDetails
ref=
"editLog"
:title=
"title"
:tabsActiveName=
"'qltFwFdcqYz'"
/>
</div>
</
template
>
...
...
Please
register
or
sign in
to post a comment