|
@@ -252,7 +252,7 @@
|
|
<div style="max-height: 200px; overflow: auto">
|
|
<div style="max-height: 200px; overflow: auto">
|
|
<ul>
|
|
<ul>
|
|
<li
|
|
<li
|
|
- v-for="(list, indexOne) in Alignment"
|
|
|
|
|
|
+ v-for="(list, indexOne) in Alignment" :key="indexOne"
|
|
style="display: flex; justify-content: space-between"
|
|
style="display: flex; justify-content: space-between"
|
|
>
|
|
>
|
|
<p
|
|
<p
|
|
@@ -291,8 +291,7 @@
|
|
<h2>对齐我的KR</h2>
|
|
<h2>对齐我的KR</h2>
|
|
<div style="max-height: 200px; overflow: auto">
|
|
<div style="max-height: 200px; overflow: auto">
|
|
<ul>
|
|
<ul>
|
|
- <li
|
|
|
|
- v-for="(list, indexOne) in otherAligned"
|
|
|
|
|
|
+ <li v-for="(list, indexOne) in otherAligned" :key="indexOne"
|
|
style="display: flex; justify-content: space-between"
|
|
style="display: flex; justify-content: space-between"
|
|
>
|
|
>
|
|
<p
|
|
<p
|
|
@@ -1166,7 +1165,7 @@
|
|
style="overflow: auto; height: 500px"
|
|
style="overflow: auto; height: 500px"
|
|
>
|
|
>
|
|
<el-checkbox-group v-model="checkedCities">
|
|
<el-checkbox-group v-model="checkedCities">
|
|
- <li v-for="(item, index) in alignmentList" class="infinite-list-item">
|
|
|
|
|
|
+ <li v-for="(item, index) in alignmentList" :key="index" class="infinite-list-item">
|
|
<el-checkbox :key="item.id" :label="item.id">
|
|
<el-checkbox :key="item.id" :label="item.id">
|
|
<el-card class="box-card">
|
|
<el-card class="box-card">
|
|
<h3>
|
|
<h3>
|