|
@@ -2,7 +2,7 @@
|
|
|
* @Author: PoJun
|
|
|
* @Date: 2023-09-28 10:38:11
|
|
|
* @LastEditors: PoJun
|
|
|
- * @LastEditTime: 2024-04-28 14:03:59
|
|
|
+ * @LastEditTime: 2024-05-08 19:25:51
|
|
|
* @Message: 修改供应商信息界面
|
|
|
-->
|
|
|
<template>
|
|
@@ -70,20 +70,20 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
type: "products",
|
|
|
- label: "产品",
|
|
|
+ label: "产品分类",
|
|
|
code: "product",
|
|
|
sv: null,
|
|
|
rv: res.product ? res.product : [],
|
|
|
canShow: true,
|
|
|
canEdit: true,
|
|
|
required: false,
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
type: "input",
|
|
|
label: "优势产品",
|
|
|
code: "superiorProduct",
|
|
|
- sv: null,
|
|
|
- rv: res.superiorProduct ? res.superiorProduct : "",
|
|
|
+ sv: res.superiorProduct,
|
|
|
+ rv: res.superiorProduct,
|
|
|
canShow: true,
|
|
|
canEdit: true,
|
|
|
required: false,
|