Commit bc31834f authored by renjintao's avatar renjintao

border

parent 1c87eee5
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<TablePaste hide-table :input-props="inputProps" @on-success="handleSuccess" @on-error="handleError" /> <TablePaste hide-table :input-props="inputProps" @on-success="handleSuccess" @on-error="handleError" />
</TabPane> </TabPane>
<TabPane label="预览"> <TabPane label="预览">
<Table border="true" :columns="columnsImport" :data="excelData" :height="tableHeight" ref="tableExcel" class="tableCommon"></Table> <Table :border="true" :columns="columnsImport" :data="excelData" :height="tableHeight" ref="tableExcel" class="tableCommon"></Table>
</TabPane> </TabPane>
</Tabs> </Tabs>
......
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