jwyu 9 ماه پیش
والد
کامیت
cf2a8037fc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/customer/reportStatistic/components/UserStatisticDetail.vue

+ 1 - 1
src/views/customer/reportStatistic/components/UserStatisticDetail.vue

@@ -134,7 +134,7 @@ function formatClassifyName(e){
             <span v-if="column.key === 'CreateTime'">{{
               formatTime(row.CreateTime)
             }}</span>
-            <span v-if="column.key === 'ClassifyName1'">{{
+            <span v-else-if="column.key === 'ClassifyName1'">{{
               formatClassifyName(row)
             }}</span>
             <span v-else>{{ row[column.key] }}</span>