فهرست منبع

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'
           })
         },