test
This commit is contained in:
parent
abdb35f250
commit
3d21ac0f79
@ -1201,7 +1201,7 @@ const _sfc_main = defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
list.push(title);
|
list.push(title);
|
||||||
console.log(tableBodyColumns.value);
|
console.log(tableBodyColumns.value, tableHeadColumns.value);
|
||||||
tableDataSource.value.forEach((item, rowIndex) => {
|
tableDataSource.value.forEach((item, rowIndex) => {
|
||||||
let info = {};
|
let info = {};
|
||||||
tableBodyColumns.value.forEach((tableColumn, columnIndex) => {
|
tableBodyColumns.value.forEach((tableColumn, columnIndex) => {
|
||||||
|
@ -40028,7 +40028,7 @@ const _sfc_main$D = defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
list.push(title);
|
list.push(title);
|
||||||
console.log(tableBodyColumns.value);
|
console.log(tableBodyColumns.value, tableHeadColumns.value);
|
||||||
tableDataSource.value.forEach((item, rowIndex) => {
|
tableDataSource.value.forEach((item, rowIndex) => {
|
||||||
let info = {};
|
let info = {};
|
||||||
tableBodyColumns.value.forEach((tableColumn, columnIndex) => {
|
tableBodyColumns.value.forEach((tableColumn, columnIndex) => {
|
||||||
|
@ -436,7 +436,7 @@ const exportData = () => {
|
|||||||
// tableStr += "</tr>";
|
// tableStr += "</tr>";
|
||||||
}
|
}
|
||||||
list.push(title)
|
list.push(title)
|
||||||
console.log(tableBodyColumns.value)
|
console.log(tableBodyColumns.value,tableHeadColumns.value)
|
||||||
tableDataSource.value.forEach((item, rowIndex) => {
|
tableDataSource.value.forEach((item, rowIndex) => {
|
||||||
let info:any = {}
|
let info:any = {}
|
||||||
tableBodyColumns.value.forEach((tableColumn, columnIndex) => {
|
tableBodyColumns.value.forEach((tableColumn, columnIndex) => {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user