事件上报

This commit is contained in:
yanran200730
2022-02-09 08:15:51 +08:00
parent 9c0f4324da
commit dc1bfcb1bb
3 changed files with 13 additions and 55 deletions

View File

@@ -14,7 +14,7 @@
@change="search.current = 1, getList()">
</ai-select>
<ai-download :instance="instance" url="/app/appclapeventinfo/listExport" :params="search" fileName="事件上报">
<el-button type="primary" icon="iconfont iconExported" :disabled="!tableData.length">导出</el-button>
<el-button type="primary" size="small" icon="iconfont iconExported" :disabled="!tableData.length">导出</el-button>
</ai-download>
</template>
<template #right>
@@ -31,7 +31,7 @@
</el-input>
</template>
</ai-search-bar>
<ai-table :tableData="tableData" :colConfigs="colConfigs" :total="total" :current.sync="search.current" :size.sync="search.size" @getList="getList">
<ai-table style="margin-top: 8px;" :tableData="tableData" :colConfigs="colConfigs" :total="total" :current.sync="search.current" :size.sync="search.size" @getList="getList">
<el-table-column slot="options" label="操作" fixed="right" width="120" align="center">
<div class="table-options" slot-scope="{row}">
<el-button type="text" title="详情" @click="toDetail(row.id)">详情</el-button>