Commit ffab682f by wangren

ISTREAMTABLE函数回调

parent 3f3bbf40
......@@ -238,7 +238,7 @@ export default {
const o = obj[k];
const tableColumn = o.map((item) => item.prop).join("\n");
let colInfo = {
prop: tableColumn + '_' + k,
prop: tableColumn,
label: tableColumn,
width: o[0].width,
// width: "auto",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment