Browse Source

fix: 报错

zhangjie 7 months ago
parent
commit
b28c2c37c6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      card/elements/card-head/cardHeadSpin/HeadStdno.vue

+ 2 - 2
card/elements/card-head/cardHeadSpin/HeadStdno.vue

@@ -31,8 +31,8 @@
         >
           <div
             class="stdno-fill-option"
-            v-for="m in getColumnFills(n)"
-            :key="m"
+            v-for="(m, mindex) in getColumnFills(n)"
+            :key="mindex"
           >
             <i>{{ m }}</i>
           </div>