From b6a27b9ca71d636a1598751f8114c36a5d7007fe Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 15 四月 2024 16:52:36 +0800
Subject: [PATCH] 修改

---
 src/views/license/licenseInfo/index.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/views/license/licenseInfo/index.vue b/src/views/license/licenseInfo/index.vue
index 35b6339..37ebacd 100644
--- a/src/views/license/licenseInfo/index.vue
+++ b/src/views/license/licenseInfo/index.vue
@@ -933,10 +933,10 @@
                 } else if (val.type === 3 || val.type === 4) {
                     this.area = val.dealingarea
                     this.powder = val.reservekg
-                    if (val.licensetype === 2) {
-                        this.licensetype = '临时零售'
-                    } else {
+                    if (val.licensetype === 1) {
                         this.licensetype = '长期零售'
+                    } else{
+                        this.licensetype = '短期零售'
                     }
                     if (val.dealingtype === 2 || val.dealingtype === 4) {
                         this.dealingtype = '专店'
@@ -996,11 +996,9 @@
                 } else if (val.type === 3 || val.type === 4) {
                     this.area = val.dealingarea
                     this.powder = val.reservekg
-                    if (val.licensetype === 2) {
-                        this.licensetype = '临时'
-                    } else if(val.licensetype === 3){
+                    if (val.licensetype === 1) {
                         this.licensetype = '长期'
-                    }else{
+                    } else{
                         this.licensetype = '短期'
                     }
                     if (val.dealingtype === 2 || val.dealingtype === 4) {

--
Gitblit v1.9.2