4 天以前 4334e4d5f680b4375d7af4ba9e4d8c8baef7266b
src/views/productionManagement/workOrderManagement/index.vue
@@ -44,6 +44,11 @@
                       :color="progressColor(toProgressPercentage(row?.completionStatus))"
                       :status="toProgressPercentage(row?.completionStatus) >= 100 ? 'success' : ''" />
        </template>
        <template #operationName="{ row }">
          <span v-if="row.operationColor"
                :style="{ display: 'inline-block', width: '8px', height: '8px', borderRadius: '50%', marginRight: '4px', background: row.operationColor }"></span>
          <span>{{ row.operationName }}</span>
        </template>
        <template #picked="{ row }">
          <el-tag :type="row.picked ? 'success' : 'info'"
                  size="small">
@@ -332,6 +337,8 @@
      label: "工序名称",
      prop: "operationName",
      width: "100",
      dataType: "slot",
      slot: "operationName",
    },
    {
      label: "需求数量",