Commit 1c87eee5 authored by renjintao's avatar renjintao

titleInfo

parent 0ffc4088
......@@ -24,7 +24,6 @@
</FormItem>
</Form>
</div>
<div class="btns">
<Form inline>
<FormItem>
......@@ -63,7 +62,7 @@
</FormItem>
</Form>
</FooterToolbar>
<Modal v-model="infoModal" title="确定批量导入" fullscreen>
<Modal v-model="infoModal" :title="titleInfo" fullscreen>
<DataGrid :tool="false" :page="false" :columns="colsIm" :data="dataIm" :height="tdHeightExcel+30" ref="dataImport"></DataGrid>
<div slot="footer">
<Button @click="infoModal=false">关闭</Button>
......@@ -339,6 +338,7 @@ export default {
excelType: '0',
btnIm: true,
listLength: 0,
titleInfo: '',
};
},
props: {
......@@ -617,6 +617,10 @@ export default {
default:
this.loadColum(this.columns0);
}
this.titleInfo = "批量导入到 【" + this.$u.dirName(
this.$store.getters.dictionaryByKey("import.im.page"),
this.pageType
) + "】 模块"
this.infoModal = true
} else {
if (this.excelData.length == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment