|
@@ -131,12 +131,12 @@ export default defineComponent({
|
|
|
{
|
|
|
title: '客户名称',
|
|
|
dataIndex: 'customerName',
|
|
|
- width: 80,
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '产品类型',
|
|
|
dataIndex: 'cameraType',
|
|
|
- width: 80,
|
|
|
+ width: 100,
|
|
|
customRender: ({ record }) => {
|
|
|
return t(`routes.scene.tableType.${record.cameraType || 0}`);
|
|
|
},
|
|
@@ -144,7 +144,7 @@ export default defineComponent({
|
|
|
{
|
|
|
title: '产品SN码',
|
|
|
dataIndex: 'cameraSnCode',
|
|
|
- width: 100,
|
|
|
+ width: 120,
|
|
|
},
|
|
|
{
|
|
|
title: '故障描述',
|