소스 검색

fix: 慧视通

李帅 1 주 전
부모
커밋
3b4aa3eaaa
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/login.vue
  2. 1 0
      src/views/patientCenter/medical/yaChi.vue

+ 1 - 1
src/views/login.vue

@@ -77,7 +77,7 @@
77 77
           <div style="display: flex;">
78 78
             <div style="display: flex;flex-direction: column;align-items: center;">
79 79
               <img src="@/assets/images/慧视通.png" style="width: 100px;height: 100px;">
80
-              <p>慧视</p>
80
+              <p>慧视健康app</p>
81 81
             </div>
82 82
             <div style="display: flex;flex-direction: column;align-items: center;margin-left: 20px;">
83 83
               <img src="@/assets/images/口腔医院.png" style="width: 100px;height: 100px;">

+ 1 - 0
src/views/patientCenter/medical/yaChi.vue

@@ -3726,6 +3726,7 @@ export default {
3726 3726
     },
3727 3727
     // 关闭tag
3728 3728
     removetool(item,index1) {
3729
+      if(this.tagList.length === 1) return this.$message.warning('至少保留一个标签')
3729 3730
       this.tagList.splice(index1, 1)
3730 3731
       this.$parent.$parent.$parent.removetool(item)
3731 3732
     },