style:自然幢多幢
Showing
1 changed file
with
2 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-25 14:49:14 | 4 | * @LastEditTime: 2023-10-10 15:54:58 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -332,7 +332,7 @@ | ... | @@ -332,7 +332,7 @@ |
332 | * @author: renchao | 332 | * @author: renchao |
333 | */ | 333 | */ |
334 | handleRowClick (row) { | 334 | handleRowClick (row) { |
335 | // 自然幢多选,多幢单选 | 335 | // 自然幢单选,多幢多选 |
336 | let refs = 'table1'; | 336 | let refs = 'table1'; |
337 | if (this.activeName == 'dz') { | 337 | if (this.activeName == 'dz') { |
338 | refs = 'table'; | 338 | refs = 'table'; | ... | ... |
-
Please register or sign in to post a comment