|
@ -120,7 +120,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<el-table-column v-if="$scopedSlots['operateColumn']" :fixed="configs.operateColumnFix||false" :width="configs.operateColumnWidth||''" label="操作" align="center">
|
|
|
|
|
|
<el-table-column v-if="$scopedSlots['operateColumn']" :fixed="configs.operateColumnFix||false" :width="configs.operateColumnWidth||''" label="操作" :align="configs.operateColumnAlign||'center'">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<slot name="operateColumn" :row="scope.row" />
|
|
<slot name="operateColumn" :row="scope.row" />
|
|
</template>
|
|
</template>
|