|
|
@@ -193,21 +193,6 @@
|
|
|
<el-form-item :label="f.label">
|
|
|
<template>
|
|
|
<div class="form-line">
|
|
|
- <!-- <div-->
|
|
|
- <!-- style="width: 100%"-->
|
|
|
- <!-- v-if="f.prop === 'packingSpecification'"-->
|
|
|
- <!-- >-->
|
|
|
- <!-- <template v-if="form.extField.packingSpecification">-->
|
|
|
- <!-- <el-tag-->
|
|
|
- <!-- v-for="item in form.extField.packingSpecification.split(-->
|
|
|
- <!-- ','-->
|
|
|
- <!-- )"-->
|
|
|
- <!-- >{{ item }}</el-tag-->
|
|
|
- <!-- >-->
|
|
|
- <!-- </template>-->
|
|
|
- <!-- <el-input v-else disabled v-model="form.extField[f.prop]" />-->
|
|
|
- <!-- </div>-->
|
|
|
- <!-- <[f.tagType] v-model="form.extField[f.prop]" />-->
|
|
|
<component :is="f.tagType" v-model="form.extField[f.prop]" :disabled="f.extAttribute?.disabled"
|
|
|
clearable :isProhibit="f.modelType=='dict'?f.extAttribute?.disabled:false"
|
|
|
:dictName="f.modelType=='dict'?f.label:''"></component>
|
|
|
@@ -489,7 +474,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
getFieldModel() {
|
|
|
- fieldModel({fieldModel: 't_main_category'}).then((res) => {
|
|
|
+ fieldModel({relevance: 't_main_category'}).then((res) => {
|
|
|
this.fileList = res;
|
|
|
|
|
|
this.fileList.forEach((f) => {
|