|
@@ -81,7 +81,7 @@
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
- <div v-for="item, index in options" :key="index" style="justify-content:space-evenly;">
|
|
|
|
|
|
+ <div v-for="(item, index) in options" :key="index" style="justify-content:space-evenly;">
|
|
<span style="font-size: 14px; ">{{item.name}}</span>
|
|
<span style="font-size: 14px; ">{{item.name}}</span>
|
|
|
|
|
|
<span style="font-size: 14px;">{{item.num}}</span>
|
|
<span style="font-size: 14px;">{{item.num}}</span>
|