This commit is contained in:
parent
9675c4f2d5
commit
ab371f676a
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="agtablebox">
|
<div class="agtablebox">
|
||||||
<el-table v-bind="$attrs" v-on="$listeners" :data="data" size="small">
|
<el-table v-bind="$attrs" v-on="$listeners" :data="data" size="small" :header-cell-style="$attrs.headerCellStyle||{backgroundColor:'#f7f7f7'}">
|
||||||
<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">
|
||||||
|
|
Loading…
Reference in New Issue