src/views/productionManagement/productionOrder/index.vue
@@ -135,6 +135,16 @@
      width: '200px',
    },
    {
      label: "业务员",
      prop: "entryPerson",
      width: "100px",
    },
    {
      label: "备注",
      prop: "remark",
      width: "160px",
    },
    {
      label: "产品名称",
      prop: "productCategory",
      width: '120px',
@@ -455,19 +465,19 @@
  align-items: start;
}
::v-deep .yellow {
:deep(.yellow) {
  background-color: #FAF0DE;
}
::v-deep .pink {
:deep(.pink) {
  background-color: #FAE1DE;
}
::v-deep .red {
:deep(.red) {
  background-color: #f80202;
}
::v-deep .purple{
:deep(.purple){
  background-color: #F4DEFA;
}
</style>