Browse Source

样式优化

刘洋 11 tháng trước cách đây
mục cha
commit
d7c9f74e2a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/question/components/PropertyTreeSelect.vue

+ 1 - 1
src/modules/question/components/PropertyTreeSelect.vue

@@ -204,7 +204,7 @@ export default {
       if (checkedCount > 3) {
         // 如果超出限制,则取消最后一次勾选
         this.$refs.PropertyTree.setChecked(nodeObj.id, false);
-        this.$message.warning("最多只能选择3个");
+        this.$message.error("最多只能选择3个");
       }
     },
     getCheckedPropertyInfos(selectedPropIds = []) {