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

修改文案

上级 2cb9f256
......@@ -56,7 +56,7 @@
<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-button type="primary" size="small" @click="importBatch()">批量导入</el-button>
</el-row>
<el-table :data="tableData" style="width: 100%">
<el-table-column v-if="shieldType == 0" prop="hospitalName" label="医院名称" align="center"></el-table-column>
......@@ -206,7 +206,7 @@
<!-- 批量屏蔽 -->
<el-dialog
class="exportlogistics-dialog"
title="批量屏蔽导入"
title="批量导入"
:visible="isShowBatch"
@close="isShowBatch = false"
width="600px"
......@@ -705,7 +705,7 @@ export default {
if (res.code == '000000') {
this.cancelBatchImport();
this.$message({
message: '屏蔽成功',
message: '导入成功',
type: 'success'
});
this.searchList();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册