diff --git a/src/views/produce/report/index.vue b/src/views/produce/report/index.vue index cf99652..9db43f7 100644 --- a/src/views/produce/report/index.vue +++ b/src/views/produce/report/index.vue @@ -120,7 +120,7 @@ const columns: Ref> = ref([ width: 100 }, { - title: '报工数量(副)', + title: '报工数量', key: 'outputWeight', width: 100 }, diff --git a/src/views/produce/workRecords/index.vue b/src/views/produce/workRecords/index.vue index af598d2..a913292 100644 --- a/src/views/produce/workRecords/index.vue +++ b/src/views/produce/workRecords/index.vue @@ -298,7 +298,7 @@ const columns: Ref> = ref([ width: 100 }, { - title: '报工数量(副)', + title: '报工数量', align: 'center', key: 'outputWeight', width: 100