|
|
@ -5,7 +5,8 @@ |
|
|
|
@selection-change="handleSelectionChange" |
|
|
|
@selection-change="handleSelectionChange" |
|
|
|
> |
|
|
|
> |
|
|
|
<template #expandedRowRender="{ record }"> |
|
|
|
<template #expandedRowRender="{ record }"> |
|
|
|
<BasicTable :style="{ margin: '0px' }" |
|
|
|
<BasicTable v-if="record.type == '0'" |
|
|
|
|
|
|
|
:style="{ margin: '0px' }" |
|
|
|
:searchInfo="{ |
|
|
|
:searchInfo="{ |
|
|
|
objId: record.id, |
|
|
|
objId: record.id, |
|
|
|
size: 999 |
|
|
|
size: 999 |
|
|
|