liunan #10

Merged
liunan merged 47 commits from liunan into master 2024-09-13 14:43:34 +08:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 5fe305aa80 - Show all commits

View File

@ -3,7 +3,6 @@
<el-table-column v-for="item,index in columns" :key="index" v-bind="item"> <el-table-column v-for="item,index in columns" :key="index" v-bind="item">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="item.soltName"> <div v-if="item.soltName">
<slot :name="item.soltName" :row="scope.row" > <slot :name="item.soltName" :row="scope.row" >
</slot> </slot>
</div> </div>