Commit 48b0648f by 陈浩建

新合伙人字段调整

parent 39ff7ea1
......@@ -172,12 +172,13 @@
createtime: ['', ''],
},
columns: [
{dataIndex: 'phone', width: 100, title: '手机'},
{dataIndex: 'account', width: 100, title: '账号'},
{dataIndex: 'name', width: 60, title: '姓名'},
{dataIndex: 'sex', width: 50, title: '性别',scopedSlots: {customRender: "sex"}},
{dataIndex: 'schoolName', width: 100, title: '所属校园'},
{dataIndex: 'grade', width: 60, title: '年级'},
{dataIndex: 'subName',width: 60,title: '县分'},
{dataIndex: 'phone', width: 100, title: '手机'},
{dataIndex: 'idCard',width: 150,title: '身份证号'},
{dataIndex: 'idcardImgUrl', width: 180, title: '身份证扫描件(正面)', scopedSlots: {customRender: "idcardImgUrl"}},
{dataIndex: 'studentImgUrl', width: 180, title: '学生证', scopedSlots: {customRender: "studentImgUrl"}},
......
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