src/views/dashboard/components/ReportingRecordModal.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/dashboard/components/ReportingRecordModal.vue
@@ -18,6 +18,7 @@ {{ scope?.row?.workerName ?? '--' }}/{{ scope?.row?.deviceName ?? '--' }} </template> </el-table-column> <el-table-column prop="workerName" label="人员姓名" align="center" :resizable="false" /> <el-table-column prop="barCode" label="条码" align="center" :resizable="false">条码</el-table-column> <el-table-column prop="reportAmount" label="报工数量" align="center" :resizable="false" /> <el-table-column prop="finishAmount" label="完成数量" align="center" :resizable="false" />