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
7fda38ff
authored
2023-08-25 15:28:51 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
0563f7a0
405d5a7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
public/bdcqzs2.jpg
src/views/workflow/components/szxx.vue
public/bdcqzs2.jpg
0 → 100644
View file @
7fda38f
201 KB
src/views/workflow/components/szxx.vue
View file @
7fda38f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
5 14:03:00
* @LastEditTime: 2023-08-2
4 15:38:52
-->
<
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>
...
...
@@ -211,7 +211,7 @@
}
.szxx_header
{
color
:
#ffffff
;
//
color
:
#ffffff
;
font-weight
:
bolder
;
font-size
:
16px
;
...
...
@@ -292,9 +292,18 @@
justify-content
:
flex-end
;
}
}
/
deep
/
.el-card__header
{
background-color
:
rgb
(
198
,
67
,
83
);
.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
{
...
...
Please
register
or
sign in
to post a comment