定制方案提供应用名称更换
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user