Browse Source

修改有问题词提示语

zhangxc 5 years ago
parent
commit
43ed7bafbe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/diagBase/AddDiagBase.vue

+ 2 - 2
src/components/diagBase/AddDiagBase.vue

@@ -463,7 +463,7 @@
                 const data = res.data.data
                 if(type =='save') {
                     if(data.hasQuestion) {
-                        this.warning('校验完成请先调整问题词,该数据已保存')
+                        this.warning('校验完成请先调整错误数据,该数据已保存')
                     } else {
                         this.warning('校验成功', 'success')
                     }
@@ -708,7 +708,7 @@
             color: red;
         }
         .borderRed {
-            border: 1px solid red !important;
+            border: 3px solid red ;
         }
         .colorRed {
             color: red;