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
cdcf248d
authored
2023-08-25 15:26:26 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
缮证信息的不动产权证书样式修改
1 parent
aac942ab
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
src/views/workflow/components/szxx.vue
src/views/workflow/components/szxx.vue
View file @
cdcf248
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
4 15:38:52
* @LastEditTime: 2023-08-2
5 15:25:30
-->
<
template
>
<div
class=
"szxx"
>
<el-card
class=
"box-card
"
v-for=
"(item, index) in tableData"
:key=
"index"
>
<el-card
:class=
"item.szcs == 0 ? 'box-card':'box-card bg-red'
"
v-for=
"(item, index) in tableData"
:key=
"index"
>
<div
slot=
"header"
class=
"szxx_header"
>
<span
class=
"header_type"
>
{{
item
.
bdcqzlx
==
1
?
"不动产权证书"
:
"不动产登记证明"
...
...
@@ -49,7 +49,7 @@
<el-button
class=
"operation_button"
type=
"text"
@
click=
"openRecordPop(item)"
>
缮证记录
</el-button>
</div>
<div
class=
"text"
v-else
>
<el-button
class=
"operation_button"
type=
"text"
@
click=
"openZsylDialog(item, 2)"
>
证书打印
1
(
{{
item
.
szcs
<el-button
class=
"operation_button"
type=
"text"
@
click=
"openZsylDialog(item, 2)"
>
证书打印(
{{
item
.
szcs
}}
)
</el-button>
<el-button
class=
"operation_button"
type=
"text"
@
click=
"openRecordPop(item)"
>
缮证记录
</el-button>
</div>
...
...
@@ -116,6 +116,7 @@
var
bsmSlsq
=
this
.
$route
.
query
.
bsmSlsq
;
getSlsqBdcqzList
({
bsmSlsq
:
bsmSlsq
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
debugger
this
.
tableData
=
res
.
result
;
if
(
res
.
result
)
{
this
.
bdcqz
=
res
.
result
[
0
];
...
...
@@ -210,7 +211,7 @@
}
.szxx_header
{
color
:
#ffffff
;
//
color
:
#ffffff
;
font-weight
:
bolder
;
font-size
:
16px
;
...
...
@@ -291,10 +292,19 @@
justify-content
:
flex-end
;
}
}
.box-card
{
.szxx_header{
color
:
#303133
;
}
}
.bg-red
{
.szxx_header{
color
:
#FFF
;
}
/
deep
/
.el-card__header
{
background-color
:
rgb
(
198
,
67
,
83
);
}
}
/
deep
/
.el-card__body
{
padding
:
0px
;
...
...
Please
register
or
sign in
to post a comment