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
07fef6d8
authored
2022-08-30 15:44:26 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请查询记录
1 parent
0880fd73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
src/views/sqcx/sqcxjl/components/editDialog.vue
src/views/sqcx/sqcxjl/sqcxjldata.js
src/views/sqcx/sqcxjl/components/editDialog.vue
View file @
07fef6d
<
template
>
<dialogBox
title=
"家庭房产查询"
@
closeDialog=
"closeDialog"
width=
"80%"
:isButton=
"false"
v-model=
"value"
>
<dialogBox
title=
"家庭房产查询"
@
closeDialog=
"closeDialog"
@
submitForm=
"submitForm"
width=
"80%"
:isButton=
"false"
v-model=
"value"
>
<b
class=
"title"
>
申请信息
</b>
<lb-table
:column=
"tableData.columns"
:data=
"tableData.data"
:maxHeight=
"200"
heightNumSetting
:pagination=
"false"
>
</lb-table>
...
...
@@ -204,6 +205,7 @@ export default {
closeDialog
()
{
this
.
$emit
(
'input'
,
false
)
},
submitForm
()
{
this
.
$emit
(
'input'
,
false
)
},
handleAdd
()
{
this
.
tableData
.
data
.
push
({})
},
...
...
src/views/sqcx/sqcxjl/sqcxjldata.js
View file @
07fef6d
...
...
@@ -23,9 +23,11 @@ class data extends filter {
prop
:
"cxlx"
,
label
:
"查询类型"
,
},
{
prop
:
"cxbh"
,
{
label
:
"查询编号"
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
vm
.
openDialog
()
}}
>
{
scope
.
row
.
cxbh
}
<
/el-button
>
}
},
{
prop
:
"cxsj"
,
...
...
Please
register
or
sign in
to post a comment