瀏覽代碼

优化首页数据

LuChongMei 1 天之前
父節點
當前提交
65004d2d7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>