jwyu 8 months ago
parent
commit
cf2a8037fc

+ 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>