فهرست منبع

优化首页数据

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>