fdf
This commit is contained in:
parent
b1b9b7ee1a
commit
5fe305aa80
|
@ -3,7 +3,6 @@
|
|||
<el-table-column v-for="item,index in columns" :key="index" v-bind="item">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="item.soltName">
|
||||
|
||||
<slot :name="item.soltName" :row="scope.row" >
|
||||
</slot>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue