mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-12-24 12:15:31 +08:00
This commit is contained in:
@@ -468,7 +468,7 @@ function fnDownload() {
|
||||
tableData.value.forEach(item => {
|
||||
let flg = false;
|
||||
tableConfigStore.columns.forEach(oCol => {
|
||||
if (!oCol.hidden && !oCol.editType.startsWith('$') && oCol.editType.field != 'text') {
|
||||
if (!oCol.hidden && !oCol.editType.startsWith('$') && oCol.field != 'text') {
|
||||
flg && (fileContent += ',');
|
||||
fileContent += item[oCol.field];
|
||||
flg = true;
|
||||
|
||||
Reference in New Issue
Block a user