yangfeng
2023-10-16 8a91a4a64fcd38ebada47a11cee03ce29a005663
src/views/service/serviceContract/index.vue
@@ -289,7 +289,9 @@
        quotation_number: row.quotation.number,
        currency: "人民币",
        sale_chance_name: row.SaleChance.name,
        contact_name: row.contact.name
        contact_name: row.contact.name,
        serviceContractTypeId: row.serviceContractTypeId === 0 ? null : row.serviceContractTypeId,
        serviceContractStatusId: row.serviceContractStatusId === 0 ? null : row.serviceContractStatusId
      }
    },
    // 删除