|
|
@ -25,7 +25,7 @@ |
|
|
|
type="text" |
|
|
|
type="text" |
|
|
|
v-model="localParamsList[$index].prop" |
|
|
|
v-model="localParamsList[$index].prop" |
|
|
|
:placeholder="$t('prop(required)')" |
|
|
|
:placeholder="$t('prop(required)')" |
|
|
|
maxlength="128" |
|
|
|
maxlength="256" |
|
|
|
@on-blur="_verifProp()" |
|
|
|
@on-blur="_verifProp()" |
|
|
|
:style="inputStyle"> |
|
|
|
:style="inputStyle"> |
|
|
|
</x-input> |
|
|
|
</x-input> |
|
|
@ -60,7 +60,7 @@ |
|
|
|
type="text" |
|
|
|
type="text" |
|
|
|
v-model="localParamsList[$index].value" |
|
|
|
v-model="localParamsList[$index].value" |
|
|
|
:placeholder="$t('value(optional)')" |
|
|
|
:placeholder="$t('value(optional)')" |
|
|
|
maxlength="128" |
|
|
|
maxlength="256" |
|
|
|
@on-blur="_handleValue()" |
|
|
|
@on-blur="_handleValue()" |
|
|
|
:style="inputStyle"> |
|
|
|
:style="inputStyle"> |
|
|
|
</x-input> |
|
|
|
</x-input> |
|
|
|