src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue
@@ -42,7 +42,9 @@
        :columns="columns"
        :dataSource="dataSource"
        :pagination="ipagination"
        :loading="loading">
        :loading="loading"
        @change="handleTableChange"
      >
        <template slot="percent" slot-scope="text">
          {{text+'%'}}
        </template>
@@ -154,18 +156,6 @@
            dataIndex: 'performanceRate',
            width: 150,
            scopedSlots: { customRender: 'percent' }
          },
          {
            title: '加工零件数量',
            align: 'center',
            dataIndex: 'processCount',
            width: 150
          },
          {
            title: '合格零件数量',
            align: 'center',
            dataIndex: 'passCount',
            width: 150
          },
          {
            title: '一次合格率',