gaoluyang
2 天以前 3a07f2ca675bbd3c55893f7731b8f49d854b0e07
src/views/productionManagement/productionOrder/index.vue
@@ -93,6 +93,7 @@
    <new-product-order v-if="isShowNewModal"
                         v-model:visible="isShowNewModal"
                         type="qualified"
                         @completed="handleQuery" />
  </div>
</template>
@@ -141,12 +142,12 @@
    },
    {
      label: "图纸编号",
      prop: "drawingNumber",
      prop: "specificationModel",
      width: '160px',
    },
    {
      label: "规格",
      prop: "specificationModel",
      label: "规格型号",
      prop: "drawingNumber",
      width: '120px',
    },
    {
@@ -466,19 +467,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>