|
@@ -134,7 +134,7 @@ var FileUtil = /** @class */ (function () {
|
|
|
for (var i = 1; i < key.arrayNum; i++) {
|
|
|
arrStr += '[]';
|
|
|
}
|
|
|
- text += "\r\n\t".concat(key.name, ":").concat(key.type).concat(arrStr).concat(index < outPutData.headInfo.keys.length - 1 ? ',' : '', " //").concat(key.des);
|
|
|
+ text += "\r\n\t".concat(key.name, ":").concat(key.type).concat(arrStr).concat(index < outPutData.headInfo.keys.length - 1 ? ',' : '', " //").concat(key.des.replace(/\s/g, ''));
|
|
|
});
|
|
|
text += '\r\n}\r\n';
|
|
|
text += "export let ".concat(outPutData.sheetname, ": { [key: string]: I").concat(outPutData.sheetname, " }=\r\n{");
|