Browse Source

财务统计追加时id为0限制添加

apply
aBin 4 years ago
parent
commit
b2373db78b
  1. 2
      components/Expenditure.vue

2
components/Expenditure.vue

@ -18,7 +18,7 @@
{{ item.budget - 0 }}
</div>
<van-field
v-else
v-else-if="financeId - 0 !== 0 && item.showField"
v-model="item.budget"
type="number"
class="input-box"

Loading…
Cancel
Save