Browse Source

优化首页数据

LuChongMei 2 days ago
parent
commit
65004d2d7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jp-ui/src/views/modules/sys/dashboard/analysis/indexInfo2.vue

+ 1 - 1
jp-ui/src/views/modules/sys/dashboard/analysis/indexInfo2.vue

@@ -46,7 +46,7 @@
           </vxe-column>
           <vxe-column field="sum" title="是否走访">
             <template slot-scope="scope">
-              {{scope.row.sum==null?'否':'已走访' }}
+              {{scope.row.sum==0?'否':'已走访' }}
             </template>
           </vxe-column>
         </vxe-table>