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
2583498d
authored
2023-06-28 15:04:15 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
f12714bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
10 deletions
src/views/sqcx/jtfc/components/printView.vue
src/views/sqcx/jtfc/components/printView.vue
View file @
2583498
<!--
* @Description: 不动产查询证明打印模板
* @Autor: renchao
* @LastEditTime: 2023-06-28 1
4:45:07
* @LastEditTime: 2023-06-28 1
5:03:35
-->
<
template
>
<div
class=
"printView"
style=
"width:100%;padding:20px"
>
...
...
@@ -46,15 +46,39 @@
</tr>
</thead>
<tbody>
<tr
v-for=
"
item in tableData"
:key=
"item.id
"
>
<tr
v-for=
"
(item,index) in form.cxjgList"
:key=
"index
"
>
<td
style=
"border: 1px solid #ccc;
text-align: center;
padding: 8px;
text-align: left;"
>
{{
item
.
id
}}
</td>
text-align: center;
padding: 8px;
text-align: left;"
>
{{
item
.
qlrmc
}}
</td>
<td
style=
"border: 1px solid #ccc;
text-align: center;
padding: 8px;
text-align: left;"
>
{{
item
.
name
}}
</td>
text-align: center;
padding: 8px;
text-align: left;"
>
{{
item
.
zjhm
}}
</td>
<td
style=
"border: 1px solid #ccc;
text-align: center;
padding: 8px;
text-align: left;"
>
{{
item
.
fdzl
}}
</td>
<td
style=
"border: 1px solid #ccc;
text-align: center;
padding: 8px;
text-align: left;"
>
{{
item
.
fwmj
}}
</td>
<td
style=
"border: 1px solid #ccc;
text-align: center;
padding: 8px;
text-align: left;"
>
{{
item
.
gyr
}}
</td>
<td
style=
"border: 1px solid #ccc;
text-align: center;
padding: 8px;
text-align: left;"
v-if=
"item.dyzt != '0' && item.cfzt != '0'"
>
抵押、查封
</td>
<td
style=
"border: 1px solid #ccc;
text-align: center;
padding: 8px;
text-align: left;"
v-if=
"item.dyzt != '0'"
>
抵押
</td>
<td
style=
"border: 1px solid #ccc;
text-align: center;
padding: 8px;
text-align: left;"
v-if=
"item.cfzt != '0'"
>
查封
</td>
</tr>
</tbody>
</table>
...
...
@@ -93,8 +117,6 @@
data
()
{
return
{
qrcodeImage
:
''
,
tableData
:
[
],
newDate
:
getNewDate
(),
newDatez
:
getNewDate
(
2
)
}
...
...
Please
register
or
sign in
to post a comment