lyh
2025-07-24 49e027879c9c945e0223a7cce2b9e57d18c9286f
src/views/eam/repair/EamRepairOrderList.vue
@@ -28,6 +28,7 @@
              <a-button @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
            </span>
          </a-col>
        </a-row>
      </a-form>
    </div>
@@ -147,7 +148,8 @@
          {
            title: '工单号',
            align: 'center',
            dataIndex: 'repairCode'
            dataIndex: 'repairCode',
            fixed: 'left'
          },
          {
            title: '维修开始时间',