Commit 4f81ef02 authored by renjintao's avatar renjintao

upload

parent 699edccd
......@@ -119,7 +119,7 @@
<p>确定同步账户?</p>
</Modal>
<Modal v-model="modalImport" title="导入excel" fullscreen hidefooter>
<Upload action :before-upload="beforeUpload" ref="uploadfile">
<Upload action :before-upload="beforeUpload" ref="uploadfile" :format="formatList">
<Button icon="ios-cloud-upload-outline">上传Excel文件</Button>
</Upload>
<DataGrid
......@@ -425,6 +425,7 @@ export default {
],
selectRow: {}, //删除时选中的行数据
//导入导出时使用start
formatList: ['xlsx', 'xls'],
searchs: {
pageIndex: 1,
pageSize: 1000,
......@@ -490,13 +491,13 @@ export default {
easy: true,
high: true,
},
{
key: "roleTitles",
title: this.l("roleTitles"),
align: "left",
easy: true,
high: true,
},
// {
// key: "roleTitles",
// title: this.l("roleTitles"),
// align: "left",
// easy: true,
// high: true,
// },
{
key: "accountId",
title: this.l("accountId"),
......
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