nidapeng
2024-04-07 241867ae64ccfe5bf61bd5e939af1f308ca1e3b3
wx/pages/addPersonnel/addPersonnel.vue
@@ -144,8 +144,8 @@
      },
      computed: {
         totalPrice() {
            if (this.info && this.info.price) {
               return (this.list.length * this.info.price).toFixed(2)
            if (this.model && this.model.cyclePrice) {
               return (this.list.length * this.model.cyclePrice).toFixed(2)
            }
            return '0.00'
         }