Browse Source

处理商品价格曲线列表报错

cxmo 1 year ago
parent
commit
d489a15713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/chart/chartListWrap.vue

+ 1 - 1
src/components/chart/chartListWrap.vue

@@ -25,7 +25,7 @@
           />
           <div class="item-bottom">
             <span>创建时间: {{ chart.CreateTime.slice(0,10) }}</span>
-            <div v-if="isShowBtn(list[0])">
+            <div v-if="isShowBtn(chart)">
               <span
                 class="join_txt"
                 @click="$emit('addMychartHandle',chart)"