|
@@ -93,7 +93,7 @@ export default defineComponent({
|
|
dataIndex: 'cameraType',
|
|
dataIndex: 'cameraType',
|
|
width: 80,
|
|
width: 80,
|
|
customRender: ({ record }) => {
|
|
customRender: ({ record }) => {
|
|
- return t(`routes.equity.operation.${record.cameraType || 0}`);
|
|
|
|
|
|
+ return t(`routes.scene.tableType.${record.cameraType || 0}`);
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -123,7 +123,7 @@ export default defineComponent({
|
|
},{
|
|
},{
|
|
title: '接单日期',
|
|
title: '接单日期',
|
|
dataIndex: 'createTime',
|
|
dataIndex: 'createTime',
|
|
- width: 100,
|
|
|
|
|
|
+ width: 150,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '故障分析',
|
|
title: '故障分析',
|
|
@@ -150,7 +150,7 @@ export default defineComponent({
|
|
{
|
|
{
|
|
title: '维修单号',
|
|
title: '维修单号',
|
|
dataIndex: 'repairId',
|
|
dataIndex: 'repairId',
|
|
- width: 100,
|
|
|
|
|
|
+ width: 180,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: t('common.operating'),
|
|
title: t('common.operating'),
|