Merge branch 'dev'
Showing
2 changed files
with
4 additions
and
4 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2024-01-18 14:12:11 | 4 | * @LastEditTime: 2024-01-26 14:35:46 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -240,7 +240,7 @@ | ... | @@ -240,7 +240,7 @@ |
240 | :tableData="ruleForm.qlrList" | 240 | :tableData="ruleForm.qlrList" |
241 | :gyfs="ruleForm.sldy.gyfs" /> | 241 | :gyfs="ruleForm.sldy.gyfs" /> |
242 | 242 | ||
243 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> | 243 | <div v-if="ruleForm.qlxx.djlx == '200'"> |
244 | <div class="slxx_title title-block"> | 244 | <div class="slxx_title title-block"> |
245 | 义务人信息 | 245 | 义务人信息 |
246 | <div class="triangle"></div> | 246 | <div class="triangle"></div> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-01-26 08:32:16 | 4 | * @LastEditTime: 2024-01-26 14:35:26 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -285,7 +285,7 @@ | ... | @@ -285,7 +285,7 @@ |
285 | :key="key" | 285 | :key="key" |
286 | :gyfs="ruleForm.sldy.gyfs" /> | 286 | :gyfs="ruleForm.sldy.gyfs" /> |
287 | 287 | ||
288 | <div v-if="ruleForm.ywrList && ruleForm.ywrList.length > 0 && ruleForm.qlxx.djlx == '200'"> | 288 | <div v-if="ruleForm.qlxx.djlx == '200'"> |
289 | <div class="slxx_title title-block"> | 289 | <div class="slxx_title title-block"> |
290 | 义务人信息 | 290 | 义务人信息 |
291 | <div class="triangle"></div> | 291 | <div class="triangle"></div> | ... | ... |
-
Please register or sign in to post a comment