yyb
14 小时以前 bd1012f4b22bac3b40aba28ea4598e77ca92c824
src/views/productionManagement/productionOrder/index.vue
@@ -91,7 +91,7 @@
                       :status="toProgressPercentage(row?.completionStatus) >= 100 ? 'success' : ''" />
        </template>
        <template #quantity="{ row }">
          {{ row.quantity || '-' }}<span style="color:rgb(63, 95, 211)"> 块</span>
          {{ row.quantity || '-' }}<span style="color:rgb(63, 95, 211)"> 方</span>
        </template>
        <template #completeQuantity="{ row }">
          {{ row.completeQuantity || '-' }}<span style="color:rgb(42, 169, 146)"> 方</span>
@@ -312,7 +312,7 @@
    {
      label: "生产订单号",
      prop: "npsNo",
      width: "120px",
      width: "150px",
    },
    {
      label: "产品名称",