|
|
|
@ -22,19 +22,21 @@ |
|
|
|
|
|
|
|
|
|
|
|
<el-form-item :label="$t('product.productname')" v-if="langType == 'zh'" prop="productName_ZH"> |
|
|
|
<el-input v-model="form.productName_ZH" maxlength="50" class="form-content-item-input" :placeholder="$t('product.productnamehint')" show-word-limit /> |
|
|
|
<el-input v-model="form.productName_ZH" class="form-content-item-input" :placeholder="$t('product.productnamehint')" show-word-limit /> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
<el-form-item :label="$t('product.productname_en')" prop="productName_EN" v-if="langType == 'en'"> |
|
|
|
<el-input v-model="form.productName_EN" maxlength="50" class="form-content-item-input" :placeholder="$t('product.productnamehint_en')" show-word-limit /> |
|
|
|
<el-input v-model="form.productName_EN" class="form-content-item-input" :placeholder="$t('product.productnamehint_en')" show-word-limit /> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
<el-form-item :label="$t('product.productbrief')" prop="productBrief_ZH" v-if="langType == 'zh'"> |
|
|
|
<el-input v-model="form.productBrief_ZH" maxlength="50" class="form-content-item-input" :placeholder="$t('product.productbriefhint')" show-word-limit /> |
|
|
|
<el-input type="textarea" :rows="2" |
|
|
|
v-model="form.productBrief_ZH" class="form-content-item-input" :placeholder="$t('product.productbriefhint')" show-word-limit /> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
<el-form-item :label="$t('product.productbrief_en')" prop="productBrief_EN" v-if="langType == 'en'"> |
|
|
|
<el-input v-model="form.productBrief_EN" maxlength="50" class="form-content-item-input" :placeholder="$t('product.productbriefhint_en')" show-word-limit /> |
|
|
|
<el-input type="textarea" :rows="2" |
|
|
|
v-model="form.productBrief_EN" class="form-content-item-input" :placeholder="$t('product.productbriefhint_en')" show-word-limit /> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
<el-form-item :label="$t('product.platformproductclassify')" prop="classifyId"> |
|
|
|
@ -75,7 +77,7 @@ |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item class="form-item-long" :label="$t('product.supplier')"> |
|
|
|
<el-input v-model="form.supplierName" maxlength="20" class="form-content-item-input" show-word-limit :placeholder="$t('product.supplierhint')" /> |
|
|
|
<el-input v-model="form.supplierName" maxlength="100" class="form-content-item-input" show-word-limit :placeholder="$t('product.supplierhint')" /> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
<el-form-item :label="$t('product.productimg')"> |
|
|
|
@ -1287,7 +1289,7 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.form-content-item-input{ |
|
|
|
width:400px |
|
|
|
width:615px |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |