diff --git a/src/views/qms/QcInspectionMain/index.vue b/src/views/qms/QcInspectionMain/index.vue index d341da9..5e5e344 100644 --- a/src/views/qms/QcInspectionMain/index.vue +++ b/src/views/qms/QcInspectionMain/index.vue @@ -122,7 +122,7 @@ {{ parseTime(scope.row.inspectionEndTime, '{y}-{m}-{d} {h}:{i}:{s}') }} - + @@ -671,7 +671,7 @@ const columns = ref([ { key: 16, label: `班组`, visible: true }, { key: 17, label: `检验开始时间`, visible: true }, { key: 18, label: `检验结束时间`, visible: true }, - { key: 19, label: `生产订单号`, visible: true }, + { key: 19, label: `业务来源单号`, visible: true }, { key: 20, label: `批次号`, visible: true }, { key: 21, label: `条码号`, visible: true }, { key: 22, label: `供应商名称`, visible: true },