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

修改文案

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