党员积分导入按钮
This commit is contained in:
@@ -3,6 +3,15 @@
|
|||||||
<ai-list>
|
<ai-list>
|
||||||
<ai-title slot="title" title="党员积分" isShowBottomBorder/>
|
<ai-title slot="title" title="党员积分" isShowBottomBorder/>
|
||||||
<template #content>
|
<template #content>
|
||||||
|
<ai-search-bar>
|
||||||
|
<template #right>
|
||||||
|
<ai-import :instance="instance" name="党员积分" title="导入党员积分"
|
||||||
|
suffixName="xlsx"
|
||||||
|
url="/app/apppartyintegralinfo/downloadTemplate"
|
||||||
|
importUrl="/app/apppartyintegralinfo/import"
|
||||||
|
@onSuccess="page.current=1,getTableData()"/>
|
||||||
|
</template>
|
||||||
|
</ai-search-bar>
|
||||||
<ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size"
|
<ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size"
|
||||||
@getList="getTableData" :col-configs="colConfigs" :dict="dict">
|
@getList="getTableData" :col-configs="colConfigs" :dict="dict">
|
||||||
<el-table-column slot="options" label="操作" fixed="right" align="center">
|
<el-table-column slot="options" label="操作" fixed="right" align="center">
|
||||||
|
|||||||
Reference in New Issue
Block a user