dubch 4 년 전
부모
커밋
f85fbd0a61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilcontract/report/handon-statistics.vue

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/report/handon-statistics.vue

@@ -48,7 +48,7 @@
         <el-table-column sortable show-overflow-tooltip prop="HasNum" header-align="center" label="已上报数" width="150" align="center"></el-table-column>
         <el-table-column sortable show-overflow-tooltip prop="HasNum" header-align="center" label="未上报数" width="150" align="center">
           <template slot-scope="scope">
-            {{ (scope.row.ContractNum - scope.row.HasNum) > 0 ? (scope.row.ContractNum - scope.row.HasNum) : '' }}
+            {{ (scope.row.ContractNum - scope.row.HasNum) > 0 ? (scope.row.ContractNum - scope.row.HasNum) : 0 }}
           </template>
         </el-table-column>
       </el-table>