|
|
@@ -46,7 +46,8 @@
|
|
|
placeholder="企业名称"
|
|
|
></el-input>
|
|
|
<span class="tip exist" v-show="isSpaceNameExist">
|
|
|
- {{spaceNameExitMsg}}<i class="fa fa-question-circle" aria-hidden="true"
|
|
|
+ {{spaceNameExitMsg}} <i class="fa fa-question-circle" aria-hidden="true"
|
|
|
+ v-show="spaceNameExitMsg != '出现异常'"
|
|
|
@mouseenter='showPopTip =true'
|
|
|
@mouseleave='showPopTip = false'></i>
|
|
|
</span>
|