1f1e63f0 by tianhaohao@pashanhoo.com

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

2 parents 8d458b10 536c0424
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-05-17 10:40:48 4 * @LastEditTime: 2023-05-17 10:40:48
5 --> 5 -->
...@@ -52,10 +52,10 @@ ...@@ -52,10 +52,10 @@
52 { 52 {
53 prop: "qllxmc", 53 prop: "qllxmc",
54 label: "权利类型" 54 label: "权利类型"
55 }, 55 },
56 { 56 {
57 prop: "qlrmc", 57 prop: "qlrmc",
58 label: "权利人" 58 label: "被执行人"
59 }, 59 },
60 { 60 {
61 prop: "bdcqzh", 61 prop: "bdcqzh",
...@@ -127,4 +127,4 @@ ...@@ -127,4 +127,4 @@
127 } 127 }
128 </script> 128 </script>
129 <style scoped lang='scss'> 129 <style scoped lang='scss'>
130 </style>
...\ No newline at end of file ...\ No newline at end of file
130 </style>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-05-17 10:43:00 4 * @LastEditTime: 2023-05-17 10:43:00
5 --> 5 -->
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
56 查封不动产列表 56 查封不动产列表
57 <div class="triangle"></div> 57 <div class="triangle"></div>
58 </div> 58 </div>
59 <cfBdcdyTable :tableData="ruleForm.yqlxxList" /> 59 <cfBdcdyTable :tableData="ruleForm.ssQlxxList" />
60 <div class="slxx_title title-block"> 60 <div class="slxx_title title-block">
61 批量查封信息 61 批量查封信息
62 <div class="triangle"></div> 62 <div class="triangle"></div>
...@@ -72,11 +72,12 @@ ...@@ -72,11 +72,12 @@
72 <el-input v-model="ruleForm.cfdjList[0].cfwh" :disabled="$route.query.viewtype || isJfOperation"></el-input> 72 <el-input v-model="ruleForm.cfdjList[0].cfwh" :disabled="$route.query.viewtype || isJfOperation"></el-input>
73 </el-form-item> 73 </el-form-item>
74 </el-col> 74 </el-col>
75 <el-col :span="8"> 75 <!-- 批量查封状态有多种查封类型,不予展示 -->
76 <!-- <el-col :span="8">
76 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封类型:" prop="cfdj.cflxmc"> 77 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封类型:" prop="cfdj.cflxmc">
77 <el-input v-model="ruleForm.cfdjList[0].cflxmc" disabled></el-input> 78 <el-input v-model="ruleForm.cfdjList[0].cflxmc" disabled></el-input>
78 </el-form-item> 79 </el-form-item>
79 </el-col> 80 </el-col>-->
80 </el-row> 81 </el-row>
81 <el-row :gutter="10"> 82 <el-row :gutter="10">
82 <el-col :span="8"> 83 <el-col :span="8">
...@@ -230,4 +231,4 @@ ...@@ -230,4 +231,4 @@
230 <style scoped lang='scss'> 231 <style scoped lang='scss'>
231 @import "~@/styles/public.scss"; 232 @import "~@/styles/public.scss";
232 @import "~@/styles/slxx/slxx.scss"; 233 @import "~@/styles/slxx/slxx.scss";
233 </style>
...\ No newline at end of file ...\ No newline at end of file
234 </style>
......