zhangherong
2025-04-07 c18451867caad27d831caaec2e6abe4141160dd1
src/views/eam/maintenance/EamWeekMaintenanceOrderList.vue
@@ -126,17 +126,17 @@
          dataIndex: 'orderNum'
        },
        {
          title: '设备ID',
          title: '设备编号',
          align: 'center',
          dataIndex: 'equipmentId'
          dataIndex: 'equipmentId_dictText'
        },
        {
          title: '标准ID',
          title: '标准名称',
          align: 'center',
          dataIndex: 'standardId'
          dataIndex: 'standardId_dictText'
        },
        {
          title: '计划执行日期',
          title: '计划保养日期',
          align: 'center',
          dataIndex: 'maintenanceDate'
        },
@@ -153,22 +153,22 @@
        {
          title: '保养人',
          align: 'center',
          dataIndex: 'operator'
          dataIndex: 'operator_dictText'
        },
        {
          title: '保养状态',
          align: 'center',
          dataIndex: 'maintenanceStatus'
          dataIndex: 'maintenanceStatus_dictText'
        },
        {
          title: '创建方式',
          align: 'center',
          dataIndex: 'creationMethod'
          dataIndex: 'creationMethod_dictText'
        },
        {
          title: '确认人',
          align: 'center',
          dataIndex: 'confirmUser'
          dataIndex: 'confirmUser_dictText'
        },
        {
          title: '确认时间',
@@ -176,14 +176,15 @@
          dataIndex: 'confirmTime'
        },
        {
          title: '保养执行图片;id以逗号分隔',
          title: '保养图片',
          align: 'center',
          dataIndex: 'imageFiles'
        },
        {
          title: '备注',
          align: 'center',
          dataIndex: 'remark'
          dataIndex: 'remark',
          editable: true,
        },
        {
          title: '操作',