Explorar o código

Merge branch 'test' of http://192.168.2.236:10080/zhouna/platformFront into test

zhangxc %!s(int64=5) %!d(string=hai) anos
pai
achega
25c015df63
Modificáronse 2 ficheiros con 4 adicións e 2 borrados
  1. 2 1
      src/components/icss/IndeptLabel.vue
  2. 2 1
      src/components/icss/LabelGroup.vue

+ 2 - 1
src/components/icss/IndeptLabel.vue

@@ -267,7 +267,8 @@
       warning(msg,type){
         this.$message({
           showClose: true,
-          message:msg,
+          dangerouslyUseHTMLString: true,
+          message:'<p>'+msg+'</p>',
           type:type||'warning'
         })
       },

+ 2 - 1
src/components/icss/LabelGroup.vue

@@ -267,7 +267,8 @@ export default {
         warning(msg,type){
           this.$message({
             showClose: true,
-            message:msg,
+            dangerouslyUseHTMLString: true,
+            message:'<p>'+msg+'</p>',
             type:type||'warning'
           })
         },