|
@@ -6,7 +6,7 @@
|
|
@visible-change="handleVisibleChange"
|
|
@visible-change="handleVisibleChange"
|
|
@cancel="resetFields"
|
|
@cancel="resetFields"
|
|
@ok="handleSubmit"
|
|
@ok="handleSubmit"
|
|
- >Checkbox
|
|
|
|
|
|
+ >
|
|
<div class="pt-2px pr-3px">
|
|
<div class="pt-2px pr-3px">
|
|
<BasicForm @register="registerForm" :model="model" >
|
|
<BasicForm @register="registerForm" :model="model" >
|
|
<template #text="{ model, field }">
|
|
<template #text="{ model, field }">
|
|
@@ -113,7 +113,7 @@
|
|
{
|
|
{
|
|
field: 'imprintCh',
|
|
field: 'imprintCh',
|
|
component: 'InputTextArea',
|
|
component: 'InputTextArea',
|
|
- required: true,
|
|
|
|
|
|
+ // required: true,
|
|
label: t('routes.product.description_zh'),
|
|
label: t('routes.product.description_zh'),
|
|
componentProps: {
|
|
componentProps: {
|
|
rows:4,
|
|
rows:4,
|
|
@@ -125,7 +125,7 @@
|
|
{
|
|
{
|
|
field: 'imprintEn',
|
|
field: 'imprintEn',
|
|
component: 'InputTextArea',
|
|
component: 'InputTextArea',
|
|
- required: true,
|
|
|
|
|
|
+ // required: true,
|
|
label: t('routes.product.description_en'),
|
|
label: t('routes.product.description_en'),
|
|
componentProps: {
|
|
componentProps: {
|
|
rows:4,
|
|
rows:4,
|