tangning il y a 2 ans
Parent
commit
38cf93beef
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/work/query.vue

+ 3 - 3
src/views/work/query.vue

@@ -93,7 +93,7 @@ export default defineComponent({
         dataIndex: 'cameraType',
         width: 80,
         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: '接单日期',
         dataIndex: 'createTime',
-        width: 100,
+        width: 150,
       },
       {
         title: '故障分析',
@@ -150,7 +150,7 @@ export default defineComponent({
       {
         title: '维修单号',
         dataIndex: 'repairId',
-        width: 100,
+        width: 180,
       },
       {
         title: t('common.operating'),