spring
昨天 1687aaf21736c2c434152913b5d272334041dcb5
src/views/qualityManagement/metricMaintenance/index.vue
@@ -301,7 +301,14 @@
  },
  {
    label: '工序',
    prop: 'processId'
    prop: 'processId',
    dataType: 'tag',
    formatData: (val) => {
      const target = processOptions.value.find(
        (item) => String(item.value) === String(val)
      )
      return target?.label || val
    }
  },
  {
    label: '状态',