瀏覽代碼

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

zhangxc 5 年之前
父節點
當前提交
25c015df63
共有 2 個文件被更改,包括 4 次插入2 次删除
  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'
           })
         },