yangfeng
2023-08-26 ee63845014b83854ffed9fa04ad7545b7cccae74
src/views/supplierManage/supplier/DetailSupplier.vue
@@ -139,25 +139,25 @@
        },
        {
          leftStr: "供应商类型",
          leftValue: item.contact_name,
          leftValue: item.supplierType,
          rightStr: "所属行业",
          rightValue: item.contact_position
          rightValue: item.industry
        },
        {
          leftStr: "联系人",
          leftValue: item.contact_phone,
          leftValue: item.contact,
          rightStr: "联系电话",
          rightValue: "18513375588"
          rightValue: item.phone
        },
        {
          leftStr: "采购负责人",
          leftValue: item.sales_resources,
          leftValue: item.responsiblePersonName,
          rightStr: "网址",
          rightValue: item.member_name
          rightValue: item.url
        },
        {
          leftStr: "邮箱",
          leftValue: item.sales_resources,
          leftValue: item.email,
          rightStr: "",
          rightValue: ""
        }