yangfeng
2023-12-12 1519870c0e18171ced014a840e86a459dc6b00f1
报工记录列表增加人员姓名
1个文件已修改
1 ■■■■ 已修改文件
src/views/dashboard/components/ReportingRecordModal.vue 1 ●●●● 补丁 | 查看 | 原始文档 | 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" />