Commit 1c87eee5 authored by renjintao's avatar renjintao

titleInfo

parent 0ffc4088
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
</FormItem> </FormItem>
</Form> </Form>
</div> </div>
<div class="btns"> <div class="btns">
<Form inline> <Form inline>
<FormItem> <FormItem>
...@@ -63,7 +62,7 @@ ...@@ -63,7 +62,7 @@
</FormItem> </FormItem>
</Form> </Form>
</FooterToolbar> </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> <DataGrid :tool="false" :page="false" :columns="colsIm" :data="dataIm" :height="tdHeightExcel+30" ref="dataImport"></DataGrid>
<div slot="footer"> <div slot="footer">
<Button @click="infoModal=false">关闭</Button> <Button @click="infoModal=false">关闭</Button>
...@@ -339,6 +338,7 @@ export default { ...@@ -339,6 +338,7 @@ export default {
excelType: '0', excelType: '0',
btnIm: true, btnIm: true,
listLength: 0, listLength: 0,
titleInfo: '',
}; };
}, },
props: { props: {
...@@ -617,6 +617,10 @@ export default { ...@@ -617,6 +617,10 @@ export default {
default: default:
this.loadColum(this.columns0); this.loadColum(this.columns0);
} }
this.titleInfo = "批量导入到 【" + this.$u.dirName(
this.$store.getters.dictionaryByKey("import.im.page"),
this.pageType
) + "】 模块"
this.infoModal = true this.infoModal = true
} else { } else {
if (this.excelData.length == 0) { 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