@@ -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-table>