|
|
@ -2,7 +2,7 @@
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<el-table
|
|
|
|
<el-table
|
|
|
|
:data="tableData"
|
|
|
|
:data="tableData"
|
|
|
|
style="width: 100%;height: 681px;overflow: auto;"
|
|
|
|
style="width: 100%;height: 630px;overflow: auto;"
|
|
|
|
@expand-change="handleExpand"
|
|
|
|
@expand-change="handleExpand"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-table-column type="expand">
|
|
|
|
<el-table-column type="expand">
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
class="down"
|
|
|
|
class="down"
|
|
|
|
:data="scope.row.childrenList"
|
|
|
|
:data="scope.row.childrenList"
|
|
|
|
stripe
|
|
|
|
stripe
|
|
|
|
style="width: 100%;margin-top: 20px;"
|
|
|
|
style="width: 100%;"
|
|
|
|
:show-header="false"
|
|
|
|
:show-header="false"
|
|
|
|
ref="table"
|
|
|
|
ref="table"
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -247,6 +247,12 @@ export default {
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
<style scoped lang="scss">
|
|
|
|
|
|
|
|
::v-deep .el-table::before {
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
width: 0;
|
|
|
|
|
|
|
|
height: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
::v-deep .el-dialog--center .el-dialog__body{
|
|
|
|
::v-deep .el-dialog--center .el-dialog__body{
|
|
|
|
padding-bottom: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|