k94314517
2024-04-07 7d8666839e9f112df16371f48b8c9f05e9eedfbc
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'
         }