|
@@ -99,7 +99,6 @@ export default {
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
formatter: (row) => {
|
|
formatter: (row) => {
|
|
|
- console.log(row,'row 数据')
|
|
|
|
|
if (!row.details) return '';
|
|
if (!row.details) return '';
|
|
|
let str = '';
|
|
let str = '';
|
|
|
row.details.map((el, idx) => {
|
|
row.details.map((el, idx) => {
|