malt666 commited on
Commit
d2c5af9
·
verified ·
1 Parent(s): 37aaaf9

Upload 3 files

Browse files
Files changed (1) hide show
  1. templates/dashboard.html +1 -1
templates/dashboard.html CHANGED
@@ -900,7 +900,7 @@
900
  <span class="token-method token-method-estimate">估算</span>
901
  {% endif %}
902
  </td>
903
- <td>{{ record.compute_points if record.compute_points is not none else 'null' }}</td>
904
  </tr>
905
  {% endfor %}
906
  </tbody>
 
900
  <span class="token-method token-method-estimate">估算</span>
901
  {% endif %}
902
  </td>
903
+ <td>{{ record.compute_points if record.compute_points is not none and record.compute_points != 0 else 'null' }}</td>
904
  </tr>
905
  {% endfor %}
906
  </tbody>