|
|
@ -25,6 +25,19 @@ |
|
|
|
:httpOverallSearchData="httpOverallSearchData" |
|
|
|
> |
|
|
|
</tablePagination> |
|
|
|
<!-- 新导入 disabledMethod 导入方式禁用 disabledIsAllowPartImport 是否局部导入禁用--> |
|
|
|
<!-- methodValue 导入方式默认选项 是否局部导入 默认选项 --> |
|
|
|
<importFile |
|
|
|
:loading="Loading.importLoading" |
|
|
|
:show="displayDialog.importDialog" |
|
|
|
:URL="URL" |
|
|
|
:disabledMethod = {method1:false,method2:false,method3:false} |
|
|
|
:disabledIsAllowPartImport = {isAllowPartImport1:false,isAllowPartImport2:false} |
|
|
|
methodValue="0" |
|
|
|
isAllowPartImportValue="1" |
|
|
|
@importClick="postImportMergeClick(arguments)" |
|
|
|
@postImportDown="importDown" |
|
|
|
></importFile> |
|
|
|
<!-- 抽屉 --> |
|
|
|
<curren-Drawer |
|
|
|
:title="tableColumns" |
|
|
@ -75,6 +88,7 @@ export default { |
|
|
|
//常用按钮数据 |
|
|
|
currenButtonData: [ |
|
|
|
// this.defaultImportBtn(),//导入 |
|
|
|
this.defaultExportBtn(),//导出 |
|
|
|
this.defaultFieldSettingBtn(),//字段设置 |
|
|
|
this.defaultFreshBtn(),//刷新 |
|
|
|
this.defaultFilterBtn(),//筛选 |
|
|
|