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>