nidapeng
2024-04-07 6b63f7cb1a90b2b365ed9a6baafa406f6ef98c1d
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'
         }