|
@@ -82,6 +82,7 @@
|
|
|
<ele-pro-table
|
|
<ele-pro-table
|
|
|
ref="table2"
|
|
ref="table2"
|
|
|
v-if="detailType == 2"
|
|
v-if="detailType == 2"
|
|
|
|
|
+ :datasource="row.detailList"
|
|
|
:columns="columns2"
|
|
:columns="columns2"
|
|
|
cache-key="detailsTable2"
|
|
cache-key="detailsTable2"
|
|
|
height="calc(100vh - 350px)"
|
|
height="calc(100vh - 350px)"
|
|
@@ -284,7 +285,7 @@
|
|
|
// this.$refs.table2.setData([...row.detailList]);
|
|
// this.$refs.table2.setData([...row.detailList]);
|
|
|
// });
|
|
// });
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ console.log(row, 'row 123');
|
|
|
this.row = row;
|
|
this.row = row;
|
|
|
},
|
|
},
|
|
|
|
|
|