c388ad23 by renchao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents f3b9714e 7fda38ff
......@@ -70,11 +70,11 @@
label: "权利性质"
},
{
prop: "ytmc",
prop: "qlytmc",
label: "用途"
},
{
prop: "mjmc",
prop: "qlmjmc",
label: "面积"
},
{
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-25 14:03:00
* @LastEditTime: 2023-08-24 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 {
......
......@@ -133,12 +133,12 @@
</el-col>
<el-col :span="8">
<el-form-item :class="flag ? 'marginBot0' : ''" label="用途:">
<el-input disabled v-model="ruleForm.ztQlxx.ytmc"></el-input>
<el-input disabled v-model="ruleForm.ztQlxx.qlytmc"></el-input>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item :class="flag ? 'marginBot0' : ''" label="面积:">
<el-input disabled v-model="ruleForm.ztQlxx.mjmc"></el-input>
<el-input disabled v-model="ruleForm.ztQlxx.qlmjmc"></el-input>
</el-form-item>
</el-col>
</el-row>
......
......@@ -104,7 +104,7 @@ class data extends filter {
minWidth: '150',
},
{
prop: "mjmc",
prop: "qlmjmc",
label: "面积",
width: '130'
},
......@@ -114,7 +114,7 @@ class data extends filter {
minWidth: '130'
},
{
prop: "ytmc",
prop: "qlytmc",
label: "用途",
minWidth: '130'
},
......