Kaynağa Gözat

优化首页数据

LuChongMei 2 gün önce
ebeveyn
işleme
65004d2d7c

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