536c0424 by 单帅旗

修改:批量查封字段修改

1 parent 79c600f7
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:40:48
-->
......@@ -52,10 +52,10 @@
{
prop: "qllxmc",
label: "权利类型"
},
},
{
prop: "qlrmc",
label: "权利人"
label: "被执行人"
},
{
prop: "bdcqzh",
......@@ -127,4 +127,4 @@
}
</script>
<style scoped lang='scss'>
</style>
\ No newline at end of file
</style>
......
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:43:00
-->
......@@ -56,7 +56,7 @@
查封不动产列表
<div class="triangle"></div>
</div>
<cfBdcdyTable :tableData="ruleForm.yqlxxList" />
<cfBdcdyTable :tableData="ruleForm.ssQlxxList" />
<div class="slxx_title title-block">
批量查封信息
<div class="triangle"></div>
......@@ -72,11 +72,12 @@
<el-input v-model="ruleForm.cfdjList[0].cfwh" :disabled="$route.query.viewtype || isJfOperation"></el-input>
</el-form-item>
</el-col>
<el-col :span="8">
<!-- 批量查封状态有多种查封类型,不予展示 -->
<!-- <el-col :span="8">
<el-form-item :class="flag ? 'marginBot0' : ''" label="查封类型:" prop="cfdj.cflxmc">
<el-input v-model="ruleForm.cfdjList[0].cflxmc" disabled></el-input>
</el-form-item>
</el-col>
</el-col>-->
</el-row>
<el-row :gutter="10">
<el-col :span="8">
......@@ -230,4 +231,4 @@
<style scoped lang='scss'>
@import "~@/styles/public.scss";
@import "~@/styles/slxx/slxx.scss";
</style>
\ No newline at end of file
</style>
......