|
@@ -196,6 +196,7 @@ export default defineComponent({
|
|
|
columns: [
|
|
|
{cnName: '统一信用代码', enName: 'companyCode', width: 140},
|
|
|
{cnName: '企业名称', enName: 'companyName', width: 100},
|
|
|
+ {cnName: '所属县区', enName: 'regionName', width: 100},
|
|
|
{cnName: '所属驿站', enName: 'SiteName', width: 100},
|
|
|
{cnName: '企业办公地址', enName: 'companyAddress', width: 100},
|
|
|
{cnName: '企业联系人', enName: 'userName', width: 100},
|
|
@@ -211,7 +212,6 @@ export default defineComponent({
|
|
|
{cnName: '所属产业分类', enName: 'estateCategoryName', width: 100},
|
|
|
{cnName: '企业邮箱', enName: 'companyEmail', width: 100},
|
|
|
{cnName: '经济类型', enName: 'companyTypeStr', width: 100},
|
|
|
- {cnName: '所属县区', enName: 'regionName', width: 100},
|
|
|
{cnName: '所属街道', enName: 'streetName', width: 100},
|
|
|
{cnName: '企业规模', enName: 'companyModelStr', width: 100},
|
|
|
{cnName: '用工情况(人)', enName: 'workSituation', width: 100},
|
|
@@ -242,13 +242,10 @@ export default defineComponent({
|
|
|
{title: '所属驿站', dataIndex: 'siteName', key: 'siteName', width: 200, align: "center"},
|
|
|
{
|
|
|
title: '企业状态',
|
|
|
- dataIndex: 'recordStatus',
|
|
|
- key: 'recordStatus',
|
|
|
+ dataIndex: 'recordStatusName',
|
|
|
+ key: 'recordStatusName',
|
|
|
width: 120,
|
|
|
align: "center",
|
|
|
- customRender: (item) => {
|
|
|
- return item.record.recordStatus == 1 ? "在营" : "关闭";
|
|
|
- }
|
|
|
},
|
|
|
{
|
|
|
title: '企业规模',
|