|
|
|
@ -567,6 +567,18 @@ export default {
|
|
|
|
prop: "customer_address_count",
|
|
|
|
prop: "customer_address_count",
|
|
|
|
width: 140,
|
|
|
|
width: 140,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: "失能等级",
|
|
|
|
|
|
|
|
width: 140,
|
|
|
|
|
|
|
|
prop: "level_detail",
|
|
|
|
|
|
|
|
formatter: (row, column, cellValue) => cellValue?.value
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: '失能类型',
|
|
|
|
|
|
|
|
width: 140,
|
|
|
|
|
|
|
|
prop: 'level_type_detail',
|
|
|
|
|
|
|
|
formatter: (row, column, cellValue) => cellValue?.value
|
|
|
|
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|