|
@@ -94,7 +94,7 @@ export default defineComponent({
|
|
|
{title: '负责人电话', dataIndex: 'fzrMobile', key: 'fzrMobile', width:110,align: "center"},
|
|
|
{title: '法人姓名', dataIndex: 'frName', key: 'frName',width:100, align: "center"},
|
|
|
{title: '法人电话', dataIndex: 'frMobile', key: 'frMobile',width:110, align: "center"},
|
|
|
- {title: '企业机构代码', dataIndex: 'companyCode', key: 'companyCode', align: "center"},
|
|
|
+ {title: '企业机构代码', dataIndex: 'companyCode', key: 'companyCode',width:180, align: "center"},
|
|
|
{title: '管理驿站数量', dataIndex: 'siteCount', key: 'siteCount', width:100,align: "center",
|
|
|
/*customRender: ({record}) => record.resolveDate == null?"":dayjs(record.resolveDate).format('YYYY-MM-DD')*/
|
|
|
},
|