|
|
@ -126,11 +126,7 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleExpand(row, expandedRows) {
|
|
|
|
handleExpand(row, expandedRows) {
|
|
|
|
if (expandedRows.length) {
|
|
|
|
row.expanded = !!expandedRows.includes(row);
|
|
|
|
this.$set(row, 'expanded', true);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$set(row, 'expanded', false);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 删除文件
|
|
|
|
// 删除文件
|
|
|
|
handleDelete(index) {
|
|
|
|
handleDelete(index) {
|
|
|
@ -207,6 +203,9 @@ export default {
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
<style scoped lang="scss">
|
|
|
|
|
|
|
|
::v-deep .el-dialog--center .el-dialog__body{
|
|
|
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
.down{
|
|
|
|
.down{
|
|
|
|
::v-deep .cell{
|
|
|
|
::v-deep .cell{
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|