@@ -70,13 +70,23 @@ 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 : "",
+ canShow: true,
+ canEdit: true,
+ required: false,
type: "images",
@@ -43,6 +43,18 @@
:border="false"
:cellStyle="{ padding: '15px' }"
></uv-cell>
+ <uv-cell
+ title="产品"
+ :value="item.product"
+ :border="false"
+ :cellStyle="{ padding: '15px' }"
+ ></uv-cell>
+ title="优势产品"
+ :value="item.superiorProduct"
<uv-cell title="营业执照" :border="false" :cellStyle="{ padding: '15px' }">
<uv-album
v-if="item.businessLicense"
@@ -107,7 +107,7 @@ export const authenticationFormList = [
rv: null,
- required: false,
+ required: true,