事件上报
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user