fix: 系统名称长度设置20位字符
This commit is contained in:
@@ -69,7 +69,7 @@ onMounted(() => {
|
|||||||
<a-input
|
<a-input
|
||||||
v-model:value="state.title"
|
v-model:value="state.title"
|
||||||
allow-clear
|
allow-clear
|
||||||
:maxlength="11"
|
:maxlength="20"
|
||||||
:placeholder="t('common.ipnutPlease')"
|
:placeholder="t('common.ipnutPlease')"
|
||||||
></a-input>
|
></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
@@ -99,7 +99,7 @@ onMounted(() => {
|
|||||||
<a-typography>
|
<a-typography>
|
||||||
<a-typography-paragraph>
|
<a-typography-paragraph>
|
||||||
{{ t('views.system.setting.sysNameLimitation') }}
|
{{ t('views.system.setting.sysNameLimitation') }}
|
||||||
<a-typography-text mark>11</a-typography-text>
|
<a-typography-text mark>20</a-typography-text>
|
||||||
{{ t('views.system.setting.charMaxLen') }}
|
{{ t('views.system.setting.charMaxLen') }}
|
||||||
</a-typography-paragraph>
|
</a-typography-paragraph>
|
||||||
</a-typography>
|
</a-typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user