提交 e878f069 编写于 作者: changdi.hao's avatar changdi.hao

优化提示和显示

上级 8d73d562
......@@ -54,6 +54,7 @@
</el-form>
</el-row>
<el-row justify="end" class="row" type="flex" style="margin: 5px 0 10px;width:1000px;" v-if="shieldType == 0">
<span class="tip">(请在机构信息匹配完成后再进行批量屏蔽)</span>
<el-button type="primary" size="small" @click="importMate()">机构匹配</el-button>
<el-button type="primary" size="small" @click="importBatch()">批量屏蔽</el-button>
</el-row>
......@@ -700,6 +701,7 @@ export default {
message: '屏蔽成功',
type: 'success'
});
this.searchList();
} else {
this.isLoading = false;
this.$message.error(res.message);
......@@ -725,7 +727,11 @@ export default {
.component-content {
padding: 10px;
background: #fff;
.tip {
color: #D51F35;
font-size: 14px;
line-height: 32px;
}
.complete {
float: right;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册