From caf95e2d7c02d5c6b623539c3835b43902de7d7d Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期日, 07 四月 2024 17:04:46 +0800
Subject: [PATCH] 提交一把
---
wx/pages/addPersonnel/addPersonnel.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wx/pages/addPersonnel/addPersonnel.vue b/wx/pages/addPersonnel/addPersonnel.vue
index 346f796..5a5ca53 100644
--- a/wx/pages/addPersonnel/addPersonnel.vue
+++ b/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'
}
--
Gitblit v1.9.3