Commit 8bff0230 by 赵庆

gsb

parent 04a75c55
......@@ -82,15 +82,14 @@ class EntcontractCtl extends CtlBase {
fileName: "签约协议" + moment().format("YYYYMMDD") + ".csv",
rows: page.rows,
opts: {
fields: ['id', 'ecompany.name', 'template.nameA', 'eaccount.userName', 'eaccount.mobile', 'eaccount.personsSign', 'eaccount.bankno', 'fileurl'],
fields: ['id', 'name', 'eaccount.userName', 'eaccount.mobile', 'eaccount.personsSign', 'eaccount.bankno', 'fileurl'],
unwind: ['ecompany', 'eaccount'],
unwindBlank: true,
excelStrings: true,
},
headers: {
'id': '编号',
'ecompany.name': "公司名",
'template.nameA': '签约主体',
'name': "公司名",
'eaccount.userName': "姓名",
'eaccount.mobile': "手机号",
'eaccount.personsSign': "身份证",
......
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