<avue-crud
class="avue-affixed avue-new-table"
ref="crud"
:option="tableOption"
:table-loading="listLoading"
:data="tableData"
:page.sync="page"
@current-change="currentChange"
@size-change="sizeChange"
@search-change="searchChange"
@filter-change="filterChange"
@selection-change="selectionChange"
>
<template slot-scope="{ row }" slot="inspectionProcess">
<el-link>明细</el-link>
</template>
<template slot-scope="{ row }" slot="documentationRequirement">
<el-link>下载</el-link>
</template>
<template slot-scope="scope" slot="menu">
<table-column-btns :btns="tableBtns" :scope="scope"></table-column-btns>
</template>
</avue-crud>
运行结果