首次登记和注销登记代码优化
Showing
2 changed files
with
1 additions
and
1 deletions
| ... | @@ -171,7 +171,7 @@ | ... | @@ -171,7 +171,7 @@ |
| 171 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 171 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 172 | :gyfs="ruleForm.qlxx.gyfs" /> | 172 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 173 | 173 | ||
| 174 | <div v-if="ruleForm.ywrList.length > 0"> | 174 | <div v-if="ruleForm.ywrList"> |
| 175 | <div class="slxx_title title-block"> | 175 | <div class="slxx_title title-block"> |
| 176 | 义务人信息 | 176 | 义务人信息 |
| 177 | <div class="triangle"></div> | 177 | <div class="triangle"></div> | ... | ... |
-
Please register or sign in to post a comment