Commit 25e010b1 authored by renjintao's avatar renjintao

excelData.length

parent a8601867
...@@ -131,6 +131,7 @@ ...@@ -131,6 +131,7 @@
:page="false" :page="false"
></DataGrid> ></DataGrid>
<div slot="footer"> <div slot="footer">
<span v-if="excelData.length>0">共 {{excelData.length}} 条数据</span>
<Button @click="cancelExcel">取消</Button> <Button @click="cancelExcel">取消</Button>
<Button type="primary" @click="importOk">确定导入</Button> <Button type="primary" @click="importOk">确定导入</Button>
</div> </div>
......
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