政策申办统计导入
This commit is contained in:
		| @@ -10,6 +10,25 @@ | ||||
|           </template> | ||||
|           <template #right> | ||||
|             <el-input size="small" placeholder="申请人/申请主体/事项名称" v-model="search.name" clearable @change="page.current=1,getTableData()"/> | ||||
|             <ai-import | ||||
|               ref="import" | ||||
|               title="导入" | ||||
|               name="政策申办数据统计" | ||||
|               url="/appzwspstatistics/downloadTemplate" | ||||
|               importUrl="/appzwspstatistics/import" | ||||
|               suffixName="xlsx" | ||||
|               :customCliker="true" | ||||
|               :instance="instance" | ||||
|             > | ||||
|               <template slot="tips"> | ||||
|                 <p> | ||||
|                   如果表格中已经存在数据,则会被本次导入的数据覆盖;不存在数据,系统将生成新的标准记录; | ||||
|                 </p> | ||||
|               </template> | ||||
|               <el-button size="small" icon="iconfont iconImport" | ||||
|                 >导入</el-button | ||||
|               > | ||||
|             </ai-import> | ||||
|             <ai-download :instance="instance" url="/appzwspstatistics/export" :params="search" fileName="政策申办数据统计" :disabled="tableData.length == 0"> | ||||
|               <el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button> | ||||
|             </ai-download> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user