定制方案提供应用名称更换

This commit is contained in:
aixianling
2022-11-11 17:13:36 +08:00
parent 874851f6ee
commit 31d7c5b75d
2 changed files with 20 additions and 1 deletions

View File

@@ -19,6 +19,11 @@
<el-checkbox v-model="row.checked" @change="handleCheck(row)"/>
</template>
</el-table-column>
<el-table-column v-if="$scopedSlots.options" slot="options" label="操作" align="center">
<template slot-scope="scope">
<slot name="options" v-bind="scope"/>
</template>
</el-table-column>
</ai-table>
</section>
</template>