浏览代码

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

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

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